Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
OpenFlags.cs
Go to the documentation of this file.
1
namespace
System.Security.Cryptography.X509Certificates
;
2
3
[Flags]
4
public
enum
OpenFlags
5
{
6
ReadOnly
= 0,
7
ReadWrite
= 1,
8
MaxAllowed
= 2,
9
OpenExistingOnly
= 4,
10
IncludeArchived
= 8
11
}
System.Security.Cryptography.X509Certificates.OpenFlags
OpenFlags
Definition
OpenFlags.cs:5
System.Security.Cryptography.X509Certificates.OpenFlags.ReadOnly
@ ReadOnly
System.Security.Cryptography.X509Certificates.OpenFlags.ReadWrite
@ ReadWrite
System.Security.Cryptography.X509Certificates.OpenFlags.MaxAllowed
@ MaxAllowed
System.Security.Cryptography.X509Certificates.OpenFlags.IncludeArchived
@ IncludeArchived
System.Security.Cryptography.X509Certificates.OpenFlags.OpenExistingOnly
@ OpenExistingOnly
System.Security.Cryptography.X509Certificates
Definition
CertificateAsn.cs:4
source
System.Security.Cryptography.X509Certificates
System.Security.Cryptography.X509Certificates
OpenFlags.cs
Generated by
1.10.0