Click or drag to resize

X509AuthorityKeyIdentifierExtension Properties

The X509AuthorityKeyIdentifierExtension type exposes the following members.

Properties
  NameDescription
Public propertyCritical
Gets a Boolean value indicating whether the extension is critical.
(Inherited from X509Extension.)
Public propertyIncludedComponents
Indicates which components are included in the Authority Key Identifier extension.
Public propertyIssuerNames
Gets a collection of issuer alternative names. May be null.
Public propertyKeyIdentifier
Gets an octet string of the KeyIdientifier component. May be null.
Public propertyOid
Gets or sets the Oid value for an AsnEncodedData object.
(Inherited from AsnEncodedData.)
Public propertyRawData
Gets or sets the Abstract Syntax Notation One (ASN.1)-encoded data represented in a byte array.
(Inherited from AsnEncodedData.)
Public propertySerialNumber
Gets the serial number of the issuer certificate. May be null.
Top
See Also