Namespace: Org.BouncyCastle.X509.Extension
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public class AuthorityKeyIdentifierStructure : AuthorityKeyIdentifier
Visual Basic
Public Class AuthorityKeyIdentifierStructure _
	Inherits AuthorityKeyIdentifier
Visual C++
public ref class AuthorityKeyIdentifierStructure : public AuthorityKeyIdentifier

Remarks

A high level authority key identifier.

Inheritance Hierarchy

System..::..Object
  Org.BouncyCastle.Asn1..::..Asn1Encodable
    Org.BouncyCastle.Asn1.X509..::..AuthorityKeyIdentifier
      Org.BouncyCastle.X509.Extension..::..AuthorityKeyIdentifierStructure

See Also