1 type derived from SafeProvOrNCryptKeyHandle
System.Security.Cryptography.Pkcs (1)
Microsoft\Win32\SafeHandles\SafeProvOrNCryptKeyHandleUwp.cs (1)
16internal sealed class SafeProvOrNCryptKeyHandleUwp : SafeProvOrNCryptKeyHandle
7 references to SafeProvOrNCryptKeyHandle
System.Security.Cryptography.Pkcs (7)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (3)
91using (SafeProvOrNCryptKeyHandle? hKey = PkcsPalWindows.GetCertificatePrivateKey(cert, Silent, PreferNCrypt, out _, out exception)) 165private unsafe CryptographicException? TryDecryptTrans(KeyTransRecipientInfo recipientInfo, SafeProvOrNCryptKeyHandle hKey, CryptKeySpec keySpec) 195private Exception? TryDecryptAgree(KeyAgreeRecipientInfo keyAgreeRecipientInfo, SafeProvOrNCryptKeyHandle hKey, CryptKeySpec keySpec, X509Certificate2Collection originatorCerts, X509Certificate2Collection extraStore)
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (2)
358public static CspParameters GetProvParameters(this SafeProvOrNCryptKeyHandle handle) 432SafeProvOrNCryptKeyHandle handle,
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (2)
109SafeProvOrNCryptKeyHandle? handle = GetCertificatePrivateKey( 190internal static SafeProvOrNCryptKeyHandle? GetCertificatePrivateKey(