11 lines
232 B
C#
11 lines
232 B
C#
namespace Lithnet.CredentialProvider
|
|
{
|
|
internal class ConsentUICommandLineArgs
|
|
{
|
|
public uint AppInfoProcessId { get; set; }
|
|
|
|
public int Size { get; set; }
|
|
|
|
public long Address { get; set; }
|
|
}
|
|
} |