Files
SGU-CredentialProvider/src/Lithnet.CredentialProvider/ConsentUI/ConsentUICommandLineArgs.cs
T

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; }
}
}