File formats used in PKI.
UUID: 0cec6a3f-f22c-4913-802f-ecfdb16ddcef
For more information, see PkiFileFormat in .NET Reference.
UUID: 0cec6a3f-f22c-4913-802f-ecfdb16ddcef
For more information, see PkiFileFormat in .NET Reference.
Member | Value | Description |
---|---|---|
PkiFileFormat_Authenticode | 1 | PKI file format with an Authenticode certificate. |
PkiFileFormat_Cert | 2 | Same PKI file format as Der, but implies a different file extension. |
PkiFileFormat_Der | 3 | The DER (Distinguished Encoding Rules) file format for PKI. Same as Cert, but implies a different file extension. |
PkiFileFormat_None | 0 | No PKI file format. |
PkiFileFormat_Pem | 4 | The PEM (Privacy Enhanced Mail) file format for PKI. |
PkiFileFormat_Pfx | 5 | The PFX file format for PKI. Currently the same as Pkcs12, but implies a different file extension. |
PkiFileFormat_Pkcs12 | 6 | The PKCS #12 file format for PKI. Currently the same as Pfx, but implies a different file extension. |
PkiFileFormat_Pkcs7 | 7 | The PKCS #7 file format for PKI. |
PkiFileFormat_SerializedCert | 8 | PKI file format with a single serialized certificate. |
PkiFileFormat_SerializedStore | 9 | PKI file format with a serialized store. |
For remarks, see PkiFileFormat in .NET Reference.
For examples, see PkiFileFormat in .NET Reference.