Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.Security.Cryptography.X509Certificates.X509ContentType

Assembly: System.Security.Cryptography

Specifies the format of an X.509 certificate.

Values

Unknown
An unknown X.509 certificate.
Cert
A single X.509 certificate.
SerializedCert
A single serialized X.509 certificate.
Pfx
A PFX-formatted certificate. The <see langword="Pfx" /> value is identical to the <see langword="Pkcs12" /> value.
Pkcs12
A PKCS #12-formatted certificate. The <see langword="Pkcs12" /> value is identical to the <see langword="Pfx" /> value.
SerializedStore
A serialized store.
Pkcs7
A PKCS #7-formatted certificate.
Authenticode
An Authenticode X.509 certificate.