EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAuthorityKeyIdentifierExtension.KeyIdentifier

TElAuthorityKeyIdentifierExtension     See also    


 

This property contains the key identifier of issuer's public key.

 
 

Declaration

[C#]
    byte[] KeyIdentifier;

[VB.NET]
    Property KeyIdentifier As Byte()

[Pascal]
    property KeyIdentifier : string;

[VB6]
    Property IElAuthorityKeyIdentifierExtensionX.KeyIdentifier As Variant

[ActiveX]
    HRESULT _stdcall IElAuthorityKeyIdentifierExtensionX.KeyIdentifier([out, retval] VARIANT * Value );
    HRESULT _stdcall IElAuthorityKeyIdentifierExtensionX.KeyIdentifier([in] VARIANT Value );

[DLL]
    not implemented;
 
 
 

Description

    This property contains the key identifier of issuer's certificate. Key identifier is usually a fingerprint (message digest), calculated from issuer's public key.

    When generating new certificate, leave this field empty if you want SecureBlackbox to generate the key identifier, or set it to your own value otherwise. SecureBlackbox uses SHA-1 algorithm for generation of a key identifier.

 
 

See also:     AuthorityCertIssuer     AuthorityCertSerial    

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