X509CrossCertificateDistributionPointsExtension Class |
Namespace: System.Security.Cryptography.X509Certificates
The X509CrossCertificateDistributionPointsExtension type exposes the following members.
Name | Description | |
---|---|---|
X509CrossCertificateDistributionPointsExtension(AsnEncodedData, Boolean) |
Initializes a new instance of the X509CrossCertificateDistributionPointsExtension class
using an AsnEncodedData object and a value that identifies whether the extension is critical.
| |
X509CrossCertificateDistributionPointsExtension(String, NullableInt32, Boolean) |
Initializes a new instance of the X509CrossCertificateDistributionPointsExtension class by using
array of URL strings.
|
Name | Description | |
---|---|---|
Critical | Gets a Boolean value indicating whether the extension is critical. (Inherited from X509Extension.) | |
CrossCertDistributionPoints |
Gets an array of Cross-Certificate Distribution Points.
| |
DeltaSyncTimeInSeconds |
Gets an optional integer field that specifies the delta between when this location will be refreshed.
| |
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.) |
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.) | |
GetUrLs |
Gets an array of cross-certificate URL strings listed in the extension.
| |
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.) |