m
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Security.Cryptography.X509Certificates
|
||||
{
|
||||
/// <summary>Specifies the location of the X.509 certificate store.</summary>
|
||||
// Token: 0x020001D1 RID: 465
|
||||
[Token(Token = "0x20001D1")]
|
||||
public enum StoreLocation
|
||||
{
|
||||
/// <summary>The X.509 certificate store used by the current user.</summary>
|
||||
// Token: 0x0400067A RID: 1658
|
||||
[Token(Token = "0x400067A")]
|
||||
CurrentUser = 1,
|
||||
/// <summary>The X.509 certificate store assigned to the local machine.</summary>
|
||||
// Token: 0x0400067B RID: 1659
|
||||
[Token(Token = "0x400067B")]
|
||||
LocalMachine
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user