Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Export()

byte[] Internal.Cryptography.Pal.CertificatePal.Export ( X509ContentType contentType,
SafePasswordHandle password )
inline

Implements Internal.Cryptography.ICertificatePalCore.

Definition at line 441 of file CertificatePal.cs.

442 {
443 using IExportPal exportPal = StorePal.FromCertificate(this);
444 return exportPal.Export(contentType, password);
445 }

References Internal.Cryptography.Pal.StorePal.FromCertificate().