Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
OpenNCryptProvider()
static
SafeNCryptProviderHandle
System.Security.Cryptography.CngKeyLite.OpenNCryptProvider
(
string
providerName
)
inline
static
private
Definition at line
256
of file
CngKeyLite.cs
.
257
{
258
SafeNCryptProviderHandle
phProvider;
259
global::Interop.NCrypt.ErrorCode errorCode = global::Interop.NCrypt.NCryptOpenStorageProvider(out phProvider, providerName, 0);
260
if
(errorCode != 0)
261
{
262
throw
errorCode.ToCryptographicException();
263
}
264
return
phProvider;
265
}
Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle
Definition
SafeNCryptProviderHandle.cs:4
System
Security
Cryptography
CngKeyLite
Generated by
1.10.0