ExportFormat enumeration
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
- namespace Kestrun.Certificates
- ExportFormat.cs
Specifies the format to use when exporting certificates.
public enum ExportFormat
| name | value | description |
|---|---|---|
| Pfx | 0 | PFX/PKCS#12 format. |
| Pem | 1 | PEM format. |