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