1 implementation of Export
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
831
public byte[]
Export
(X509ContentType contentType, SafePasswordHandle password)
2 references to Export
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (2)
330
return Pal.
Export
(contentType, safePasswordHandle);
344
return Pal.
Export
(contentType, safePasswordHandle);