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