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.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public sealed class X509AuthorityKeyIdentifierExtension : X509Extension
Public NotInheritable Class X509AuthorityKeyIdentifierExtension
Inherits X509Extension
public ref class X509AuthorityKeyIdentifierExtension sealed : public X509Extension
[<SealedAttribute>]
type X509AuthorityKeyIdentifierExtension =
class
inherit X509Extension
end
- Inheritance
- X509Extension X509AuthorityKeyIdentifierExtension
IncludedComponents |
Indicates which components are included in the Authority Key Identifier extension.
|
IssuerNames |
Gets a collection of issuer alternative names. May be null.
|
KeyIdentifier |
Gets an octet string of the KeyIdentifier component. May be null.
|
SerialNumber |
Gets the serial number of the issuer certificate. May be null.
|