EldoS
Navigation
Web site
Support
Table Of Contents
View Table Of Contents | Send comments on this topic

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElCertificateExtensions.AuthorityKeyIdentifier

ElCertificateExtensions     See also    


 

    The authority key identifier extension provides a means of identifying the public key corresponding to the private key used to sign a certificate. This extension is used where an issuer has multiple signing keys.

    Usually, key identifier is the result of some hash function applied to a issuer's public key. The obtained «Fingerprint» is later used to identify the public key which certificate was signed with.

 
 

Declaration

[C#]
    ElAuthorityKeyIdentifierExtension AuthorityKeyIdentifier;

[VB.NET]
    Property AuthorityKeyIdentifier As ElAuthorityKeyIdentifierExtension

[Pascal]
    property AuthorityKeyIdentifier : TElAuthorityKeyIdentifierExtension;

[VB6]
    Property IElCertificateExtensionsX.AuthorityKeyIdentifier As IElAuthorityKeyIdentifierExtensionX

[ActiveX]
     HRESULT _stdcall IElCertificateExtensionsX.AuthorityKeyIdentifier([out, retval] IElAuthorityKeyIdentifierExtensionX ** Value );

[DLL]
    not implemented;
 
 
 

Description

    For more detailed information about this extension see AuthorityKeyIdentifierExtension class description.

 
 

See also:     SubjectKeyIdentifier

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2008, EldoS Corporation