4 references to GetPrivateKeyInfo
System.Security (4)
system\security\cryptography\pkcs\envelopedpkcs7.cs (1)
273
if (X509Utils.
GetPrivateKeyInfo
(cmsgDecryptParam.safeCertContextHandle, ref parameters))
system\security\cryptography\pkcs\pkcsutils.cs (1)
852
if (X509Utils.
GetPrivateKeyInfo
(safeCertContextHandle, ref parameters) == false)
system\security\cryptography\pkcs\signedpkcs7.cs (1)
196
if (X509Utils.
GetPrivateKeyInfo
(X509Utils.GetCertContext(signer.Certificate), ref parameters))
system\security\cryptography\pkcs\signerinfo.cs (1)
291
if (X509Utils.
GetPrivateKeyInfo
(X509Utils.GetCertContext(signer.Certificate), ref parameters) == false)