Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
UniqueName
string
? System.Security.Cryptography.CngKey.UniqueName
get
Definition at line
197
of file
CngKey.cs
.
198
{
199
get
200
{
201
if
(
IsEphemeral
)
202
{
203
return
null
;
204
}
205
return
_keyHandle
.GetPropertyAsString(
"Unique Name"
,
CngPropertyOptions
.None);
206
}
207
}
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