1 instantiation of PkcsPalWindows
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\Windows\PkcsPal.Windows.cs (1)
13
private static readonly PkcsPal s_instance = new
PkcsPalWindows
();
1 reference to PkcsPalWindows
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (1)
91
using (SafeProvOrNCryptKeyHandle? hKey =
PkcsPalWindows
.GetCertificatePrivateKey(cert, Silent, PreferNCrypt, out _, out exception))