X509AuthorityInformationAccessExtension Class

Definition

Represents the Authority Information Access X.509 Extension (1.3.6.1.5.5.7.1.1).

public ref class X509AuthorityInformationAccessExtension sealed : System::Security::Cryptography::X509Certificates::X509Extension
public sealed class X509AuthorityInformationAccessExtension : System.Security.Cryptography.X509Certificates.X509Extension
type X509AuthorityInformationAccessExtension = class
    inherit X509Extension
Public NotInheritable Class X509AuthorityInformationAccessExtension
Inherits X509Extension
Inheritance
X509AuthorityInformationAccessExtension

Constructors

X509AuthorityInformationAccessExtension()

Initializes a new instance of the X509AuthorityInformationAccessExtension class.

X509AuthorityInformationAccessExtension(Byte[], Boolean)

Initializes a new instance of the X509AuthorityInformationAccessExtension class from an encoded representation of the extension and an optional critical marker.

X509AuthorityInformationAccessExtension(IEnumerable<String>, IEnumerable<String>, Boolean)

Initializes a new instance of the X509AuthorityInformationAccessExtension class from a collection of OCSP and CAIssuer values.

X509AuthorityInformationAccessExtension(ReadOnlySpan<Byte>, Boolean)

Initializes a new instance of the X509AuthorityInformationAccessExtension class from an encoded representation of the extension and an optional critical marker.

Properties

Critical

Gets a Boolean value indicating whether the extension is critical.

(Inherited from X509Extension)
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)

Methods

CopyFrom(AsnEncodedData)

Copies the extension properties of the specified AsnEncodedData object.

EnumerateCAIssuersUris()

Enumerates the AccessDescription values whose AccessMethod is CAIssuers (1.3.6.1.5.5.7.48.2) and content data type is URI.

EnumerateOcspUris()

Enumerates the AccessDescription values whose AccessMethod is OCSP (1.3.6.1.5.5.7.48.1) and content data type is URI.

EnumerateUris(Oid)

Enumerates the AccessDescription values described in this extension, filtering the results to include only items using the specified access method and having a content data type of URI.

EnumerateUris(String)

Enumerates the AccessDescription values described in this extension, filtering the results to include only items using the specified access method and having a content data type of URI.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
Format(Boolean)

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)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to