AuthorityKeyIdentifierType Enumeration

Contains enumeration of components included in the Authority Key Identifier (AKI) certificate extension.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
C#
[FlagsAttribute]
public enum AuthorityKeyIdentifierType

Members

None0 No components are included in the AKI extension. The value is invalid.
KeyIdentifier1 AKI extension has KeyIdentifier component.
AlternativeNames2 AKI extension contains issuer alternative names component.
SerialNumber4 AKI extension contains issuer certificate's serial number.

See Also