Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CngExportPolicies
[2/2]
enum
System.Security.Cryptography.CngExportPolicies
Enumerator
None
AllowPlaintextExport
None
AllowExport
AllowPlaintextExport
AllowArchiving
AllowPlaintextArchiving
Definition at line
4
of file
CngExportPolicies.cs
.
5
{
6
None = 0,
7
AllowExport
= 1,
8
AllowPlaintextExport
= 2,
9
AllowArchiving
= 4,
10
AllowPlaintextArchiving
= 8
11
}
System.Security.Cryptography.CngExportPolicies.AllowArchiving
@ AllowArchiving
System.Security.Cryptography.CngExportPolicies.AllowExport
@ AllowExport
System.Security.Cryptography.CngExportPolicies.AllowPlaintextArchiving
@ AllowPlaintextArchiving
System.Security.Cryptography.CngExportPolicies.AllowPlaintextExport
@ AllowPlaintextExport
System
Security
Cryptography
Generated by
1.10.0