Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CngKeyCreationOptions
[2/2]
enum
System.Security.Cryptography.CngKeyCreationOptions
Enumerator
None
None
MachineKey
OverwriteExistingKey
Definition at line
4
of file
CngKeyCreationOptions.cs
.
5
{
6
None = 0,
7
MachineKey
= 0x20,
8
OverwriteExistingKey
= 0x80
9
}
System.Security.Cryptography.CngKeyCreationOptions.OverwriteExistingKey
@ OverwriteExistingKey
System.Security.Cryptography.CngKeyCreationOptions.MachineKey
@ MachineKey
System
Security
Cryptography
Generated by
1.10.0