X509CertificatePolicyConstraintsExtension Class |
Namespace: System.Security.Cryptography.X509Certificates
The X509CertificatePolicyConstraintsExtension type exposes the following members.
Name | Description | |
---|---|---|
X509CertificatePolicyConstraintsExtension(AsnEncodedData) |
Initializes a new instance of the X509CertificatePolicyConstraintsExtension class from
an AsnEncodedData object.
| |
X509CertificatePolicyConstraintsExtension(NullableInt32, NullableInt32) |
Initializes a new instance of the X509CertificatePolicyConstraintsExtension class from
a minimum and maximum number of certificates with required certificate policy.
|
Name | Description | |
---|---|---|
Critical | Gets a Boolean value indicating whether the extension is critical. (Inherited from X509Extension.) | |
InhibitPolicyMapping |
Gets the number of additional certificates that may appear in the path before policy mapping is no
longer permitted. For example, a value of one indicates that policy mapping may be processed in
certificates issued by the subject of this certificate, but not in additional certificates in the path.
| |
Oid | Gets or sets the Oid value for an AsnEncodedData object. (Inherited from AsnEncodedData.) | |
RawData | Gets or sets the Abstract Syntax Notation One (ASN.1)-encoded data represented in a byte array. (Inherited from AsnEncodedData.) | |
RequireExplicitPolicy |
Gets the number of additional certificates that may appear in the path before an explicit policy
is required for the entire path. When an explicit policy is required, it is necessary for all
certificates in the path to contain an acceptable policy identifier in the certificate policies
extension. An acceptable policy identifier is the identifier of a policy required by the user
of the certification path or the identifier of a policy that has been declared equivalent through
policy mapping.
|
Name | Description | |
---|---|---|
CopyFrom | Copies the extension properties of the specified AsnEncodedData object. (Inherited from X509Extension.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Format | Returns a formatted version of the Abstract Syntax Notation One (ASN.1)-encoded data as a string. (Inherited from AsnEncodedData.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Encode |
Encodes current extension to ASN.1-encoded byte array.
(Defined by X509ExtensionExtensions.) |