AuthorityKeyIdentifierFlags Enumeration |
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Security.Cryptography.X509Certificates
Member name | Value | Description | |
---|---|---|---|
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. |