Click or drag to resize

X509AuthorityKeyIdentifierExtension Class

Represents Authority Key Identifier extension. The authority key identifier extension provides a means of identifying the public key corresponding to the private key used to sign a certificate.
Inheritance Hierarchy
SystemObject
  System.Security.CryptographyAsnEncodedData
    System.Security.Cryptography.X509CertificatesX509Extension
      System.Security.Cryptography.X509CertificatesX509AuthorityKeyIdentifierExtension

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public sealed class X509AuthorityKeyIdentifierExtension : X509Extension

The X509AuthorityKeyIdentifierExtension type exposes the following members.

Constructors
  NameDescription
Public methodX509AuthorityKeyIdentifierExtension(AsnEncodedData, Boolean)
Intitializes a new instance of X509AuthorityKeyIdentifierExtension class from ASN.1-encoded AKI extension value and a value that identifies whether the extension is critical.
Public methodX509AuthorityKeyIdentifierExtension(String, Boolean)
Intitializes a new instance of X509AuthorityKeyIdentifierExtension class from a key identifier value and a value that identifies whether the extension is critical.
Public methodX509AuthorityKeyIdentifierExtension(X509Certificate2, AuthorityKeyIdentifierFlags, Boolean)
Intitializes a new instance of X509AuthorityKeyIdentifierExtension class from an issuer certificate, extension generation flags an a value that identifies whether the extension is critical.
Top
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
Methods
  NameDescription
Public methodCopyFrom
Copies the extension properties of the specified AsnEncodedData object.
(Inherited from X509Extension.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFormat
Returns a formatted version of the Abstract Syntax Notation One (ASN.1)-encoded data as a string.
(Inherited from AsnEncodedData.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodEncode
Encodes current extension to ASN.1-encoded byte array.
(Defined by X509ExtensionExtensions.)
Top
See Also