Adds initial support for reading parameters passed to consent UI
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Lithnet.CredentialProvider
|
||||
{
|
||||
internal class ConsentUICommandLineArgs
|
||||
{
|
||||
public uint AppInfoProcessId { get; set; }
|
||||
|
||||
public int Size { get; set; }
|
||||
|
||||
public long Address { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user