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.CertificateRequestLoadOptions

Assembly: System.Security.Cryptography

Specifies options when loading a <see cref="T:System.Security.Cryptography.X509Certificates.CertificateRequest" /> .

Values

Default
Load the certificate request with default options.
SkipSignatureValidation
When loading the request, do not check if the embedded public key validates the request signature.
UnsafeLoadCertificateExtensions
When loading the request, populate the <see cref="P:System.Security.Cryptography.X509Certificates.CertificateRequest.CertificateExtensions" /> collection based on the PKCS#9 Extension Request attribute (1.2.840.113549.1.9.14).