1 implementation of Export
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\StorePal.Windows.Export.cs (1)
25
public byte[]?
Export
(X509ContentType contentType, SafePasswordHandle password)
3 references to Export
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
552
byte[]? exported = storePal.
Export
(contentType, password);
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (2)
112
return storePal.
Export
(contentType, SafePasswordHandle.InvalidHandle);
186
return storePal.
Export
(contentType, safePasswordHandle);