Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CngExportPolicies.cs
Go to the documentation of this file.
1
namespace
System.Security.Cryptography
;
2
3
[Flags]
4
public
enum
CngExportPolicies
5
{
6
None
= 0,
7
AllowExport
= 1,
8
AllowPlaintextExport
= 2,
9
AllowArchiving
= 4,
10
AllowPlaintextArchiving
= 8
11
}
System.Security.Cryptography.CngExportPolicies
CngExportPolicies
Definition
CngExportPolicies.cs:5
System.Security.Cryptography.CngExportPolicies.AllowArchiving
@ AllowArchiving
System.Security.Cryptography.CngExportPolicies.None
@ None
System.Security.Cryptography.CngExportPolicies.AllowExport
@ AllowExport
System.Security.Cryptography.CngExportPolicies.AllowPlaintextArchiving
@ AllowPlaintextArchiving
System.Security.Cryptography.CngExportPolicies.AllowPlaintextExport
@ AllowPlaintextExport
System.Security.Cryptography
Definition
CryptoPool.cs:3
source
System.Security.Cryptography.Cng
System.Security.Cryptography
CngExportPolicies.cs
Generated by
1.10.0