X509NameConstraintsExtension Properties |
The X509NameConstraintsExtension type exposes the following members.
Name | Description | |
---|---|---|
Critical | Gets a Boolean value indicating whether the extension is critical. (Inherited from X509Extension.) | |
ExcludedSubtree |
Gets a collection of explicitly disallowed names. Any name matching a restriction in this
collection is invalid regardless of information appearing in the PermittedSubtree
member.
| |
Oid | Gets or sets the Oid value for an AsnEncodedData object. (Inherited from AsnEncodedData.) | |
PermittedSubtree |
Gets a collection of explicitly allowed names. Any name matching a restriction in this
collection is valid only if it is not listed in the ExcludedSubtree collection.
member.
| |
RawData | Gets or sets the Abstract Syntax Notation One (ASN.1)-encoded data represented in a byte array. (Inherited from AsnEncodedData.) |