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