X509NameConstraintsExtension Class |
Namespace: System.Security.Cryptography.X509Certificates
The X509NameConstraintsExtension type exposes the following members.
Name | Description | |
---|---|---|
![]() | X509NameConstraintsExtension(AsnEncodedData) |
Intitializes a new instance of X509NameConstraintsExtension class from
ASN.1-encoded Name Constraints extension value. Name Constraints extension is always marked critical.
|
![]() | X509NameConstraintsExtension(X509AlternativeNameCollection, X509AlternativeNameCollection) |
Intitializes a new instance of X509NameConstraintsExtension class from
a collection of explicitly permitted and excluded subtrees. Name Constraints extension is
always marked critical.
|
Name | Description | |
---|---|---|
![]() | 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 | (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 | (Inherited from AsnEncodedData.) |
Name | Description | |
---|---|---|
![]() | CopyFrom | (Inherited from X509Extension.) |
![]() | Equals | (Inherited from Object.) |
![]() | Format | (Inherited from AsnEncodedData.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Encode |
Encodes current extension to ASN.1-encoded byte array.
(Defined by X509ExtensionExtensions.) |