3 references to DuplicateKeyHandle
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslPkcs12Reader.cs (1)
75return dsa.DuplicateKeyHandle();
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (2)
627return CopyWithPrivateKey(typedKey.DuplicateKeyHandle()); 635return CopyWithPrivateKey(typedKey.DuplicateKeyHandle());