Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsMachineKey
bool
System.Security.Cryptography.CngKey.IsMachineKey
get
Definition at line
83
of file
CngKey.cs
.
84
{
85
get
86
{
87
CngKeyOpenOptions
propertyAsDword = (
CngKeyOpenOptions
)
_keyHandle
.GetPropertyAsDword(
"Key Type"
,
CngPropertyOptions
.None);
88
return
(propertyAsDword &
CngKeyOpenOptions
.MachineKey) ==
CngKeyOpenOptions
.MachineKey;
89
}
90
}
System.Security.Cryptography.CngKey._keyHandle
readonly SafeNCryptKeyHandle _keyHandle
Definition
CngKey.cs:11
System.Security.Cryptography.CngPropertyOptions
CngPropertyOptions
Definition
CngPropertyOptions.cs:5
System.Security.Cryptography.CngKeyOpenOptions
CngKeyOpenOptions
Definition
CngKeyOpenOptions.cs:5
System
Security
Cryptography
CngKey
Generated by
1.10.0