3 references to DuplicateKeyHandle
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (2)
666
return CopyWithPrivateKey(typedKey.
DuplicateKeyHandle
());
676
return CopyWithPrivateKey(typedKey.
DuplicateKeyHandle
());
System\Security\Cryptography\X509Certificates\X509CertificateLoader.OpenSsl.cs (1)
85
return ((ECDiffieHellmanOpenSsl)key).
DuplicateKeyHandle
();