Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

X509BasicConstraintsExtension Constructor

 

Initializes a new instance of the X509BasicConstraintsExtension class.

Namespace:   System.Security.Cryptography.X509Certificates
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodX509BasicConstraintsExtension()

Initializes a new instance of the X509BasicConstraintsExtension class.

System_CAPS_pubmethodX509BasicConstraintsExtension(AsnEncodedData^, Boolean)

Initializes a new instance of the X509BasicConstraintsExtension class using an AsnEncodedData object and a value that identifies whether the extension is critical.

System_CAPS_pubmethodX509BasicConstraintsExtension(Boolean, Boolean, Int32, Boolean)

Initializes a new instance of the X509BasicConstraintsExtension class. Parameters specify a value that indicates whether a certificate is a certificate authority (CA) certificate, a value that indicates whether the certificate has a restriction on the number of path levels it allows, the number of levels allowed in a certificate's path, and a value that indicates whether the extension is critical.

Return to top
Show:
© 2017 Microsoft