4 references to GetPrivateKey
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\DSACertificateExtensions.cs (1)
30
return certificate.
GetPrivateKey
<DSA>();
System\Security\Cryptography\X509Certificates\ECDsaCertificateExtensions.cs (1)
27
return certificate.
GetPrivateKey
<ECDsa>(HasECDsaKeyUsage);
System\Security\Cryptography\X509Certificates\RSACertificateExtensions.cs (1)
27
return certificate.
GetPrivateKey
<RSA>();
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
724
return this.
GetPrivateKey
<ECDiffieHellman>(HasECDiffieHellmanKeyUsage);