Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Provider
CngProvider
? System.Security.Cryptography.CngKey.Provider
get
Definition at line
136
of file
CngKey.cs
.
137
{
138
get
139
{
140
string
propertyAsString =
_providerHandle
.GetPropertyAsString(
"Name"
,
CngPropertyOptions
.None);
141
if
(propertyAsString ==
null
)
142
{
143
return
null
;
144
}
145
return
new
CngProvider(propertyAsString);
146
}
147
}
System.Security.Cryptography.CngKey._providerHandle
readonly SafeNCryptProviderHandle _providerHandle
Definition
CngKey.cs:13
System.Security.Cryptography.CngPropertyOptions
CngPropertyOptions
Definition
CngPropertyOptions.cs:5
System
Security
Cryptography
CngKey
Generated by
1.10.0