CertificateManager.ExportFormat enumeration
Specifies the format to use when exporting certificates.
Specifies the format to use when exporting certificates.
public enum ExportFormat
Values
name | value | description |
---|---|---|
Pfx | 0 | PFX/PKCS#12 format. |
Pem | 1 | PEM format. |
See Also
- class CertificateManager
- namespace Kestrun.Certificates