Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CngKeyOpenOptions
enum
System.Security.Cryptography.CngKeyOpenOptions
Enumerator
None
UserKey
MachineKey
Silent
Definition at line
4
of file
CngKeyOpenOptions.cs
.
5
{
6
None = 0,
7
UserKey
= 0,
8
MachineKey
= 0x20,
9
Silent = 0x40
10
}
System.Security.Cryptography.CngKeyCreationOptions.MachineKey
@ MachineKey
System.Security.Cryptography.CngKeyOpenOptions.UserKey
@ UserKey
System
Security
Cryptography
Generated by
1.10.0