This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute]
public enum AuthorityKeyIdentifierType<FlagsAttribute>
Public Enumeration AuthorityKeyIdentifierType[FlagsAttribute]
public enum class AuthorityKeyIdentifierType[<FlagsAttribute>]
type AuthorityKeyIdentifierType| None | 0 | No components are included in the AKI extension. The value is invalid. |
| KeyIdentifier | 1 | AKI extension has KeyIdentifier component. |
| AlternativeNames | 2 | AKI extension contains issuer alternative names component. |
| SerialNumber | 4 | AKI extension contains issuer certificate's serial number. |