5 references to CertGetCertificateContextProperty
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (3)
128
if (Interop.Crypt32.
CertGetCertificateContextProperty
(
138
if (!Interop.Crypt32.
CertGetCertificateContextProperty
(hCertContext, CertContextPropId.CERT_KEY_PROV_INFO_PROP_ID, null, ref cbSize))
150
if (!Interop.Crypt32.
CertGetCertificateContextProperty
(hCertContext, CertContextPropId.CERT_KEY_PROV_INFO_PROP_ID, pData, ref cbSize))
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (2)
161
if (!Interop.Crypt32.
CertGetCertificateContextProperty
(hCertContext, CertContextPropId.CERT_KEY_IDENTIFIER_PROP_ID, null, ref cbData))
165
if (!Interop.Crypt32.
CertGetCertificateContextProperty
(hCertContext, CertContextPropId.CERT_KEY_IDENTIFIER_PROP_ID, ski, ref cbData))