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