Discuss this help topic in SecureBlackbox Forum

TElCMSSignerIdentifier.Hash

TElCMSSignerIdentifier     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property contains digest value of the certificate.

Declaration

[C#]
    TElCMSHash Hash;

[VB.NET]
    Property Hash As TElCMSHash

[Pascal]
    property Hash : TElCMSHash;

[C++]
    TElCMSHash* get_Hash();

[PHP]
    TElCMSHash get_Hash()

[Java]
    TElCMSHash getHash();

Description

    Use this property to get the certificate hash value.

See also:     Issuer     SerialNumber    

Discuss this help topic in SecureBlackbox Forum