EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateExtensions.AuthorityKeyIdentifier

TElCertificateExtensions     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#]
    TElAuthorityKeyIdentifierExtension AuthorityKeyIdentifier;

[VB.NET]
    Property AuthorityKeyIdentifier As TElAuthorityKeyIdentifierExtension

[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-2012, EldoS Corporation