Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
KeyName
string
? System.Security.Cryptography.CngKey.KeyName
get
Definition at line
92
of file
CngKey.cs
.
93
{
94
get
95
{
96
if
(
IsEphemeral
)
97
{
98
return
null
;
99
}
100
return
_keyHandle
.GetPropertyAsString(
"Name"
,
CngPropertyOptions
.None);
101
}
102
}
System.Security.Cryptography.CngKey.IsEphemeral
unsafe bool IsEphemeral
Definition
CngKey.cs:54
System.Security.Cryptography.CngKey._keyHandle
readonly SafeNCryptKeyHandle _keyHandle
Definition
CngKey.cs:11
System.Security.Cryptography.CngPropertyOptions
CngPropertyOptions
Definition
CngPropertyOptions.cs:5
System
Security
Cryptography
CngKey
Generated by
1.10.0