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