3 references to DangerousGetCertContext
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (1)
230CERT_CONTEXT* pOriginatorCertContext = hCertContext.DangerousGetCertContext();
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (2)
255CERT_CONTEXT* pCertContext = hCertContext.DangerousGetCertContext(); 340CERT_CONTEXT* pCertContext = hCertContext.DangerousGetCertContext();