X509BasicConstraintsExtension Constructor
Initializes a new instance of the X509BasicConstraintsExtension class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | X509BasicConstraintsExtension() | Initializes a new instance of the X509BasicConstraintsExtension class. |
![]() | X509BasicConstraintsExtension(AsnEncodedData^, Boolean) | Initializes a new instance of the X509BasicConstraintsExtension class using an AsnEncodedData object and a value that identifies whether the extension is critical. |
![]() | X509BasicConstraintsExtension(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. |
