1 implementation of Export
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (1)
45
public byte[]?
Export
(X509ContentType contentType, SafePasswordHandle password)
3 references to Export
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
835
byte[]? exported = storePal.
Export
(contentType, password);
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (2)
112
return storePal.
Export
(contentType, SafePasswordHandle.InvalidHandle);
121
return storePal.
Export
(contentType, safePasswordHandle);