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