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