Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AcquireSafeProviderHandle()

SafeProvHandle System.Security.Cryptography.RSACryptoServiceProvider.AcquireSafeProviderHandle ( )
inlineprivate

Definition at line 277 of file RSACryptoServiceProvider.cs.

278 {
279 CapiHelper.AcquireCsp(new CspParameters(24), out var safeProvHandle);
280 return safeProvHandle;
281 }
static void AcquireCsp(CspParameters cspParameters, out SafeProvHandle safeProvHandle)

References Internal.NativeCrypto.CapiHelper.AcquireCsp().

Referenced by System.Security.Cryptography.RSACryptoServiceProvider.ImportCspBlob().