3 references to DuplicateKeyHandle
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (2)
696
return CopyWithPrivateKey(typedKey.
DuplicateKeyHandle
());
706
return CopyWithPrivateKey(typedKey.
DuplicateKeyHandle
());
System\Security\Cryptography\X509Certificates\X509CertificateLoader.OpenSsl.cs (1)
109
return ((ECDiffieHellmanOpenSsl)key.Key).
DuplicateKeyHandle
();