EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSubjectKeyIdentifierExtension.KeyIdentifier

TElSubjectKeyIdentifierExtension    


 

This property specifies the subject key identifier octet string.

 
 

Declaration

[C#]
    byte[] KeyIdentifier;

[VB.NET]
    Property KeyIdentifier As Byte()

[Pascal]
    property KeyIdentifier : string;

[VB6]
    Property IElSubjectKeyIdentifierExtensionX.KeyIdentifier As Variant

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

[DLL]
    not implemented;
 
 

Description

     Leave this property empty when generating a new certificate if you want SecureBlackbox™ to generate Key Identifier for you.

SecureBlackbox™ uses SHA-1 hash output as a Key Identifier.

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