Discuss this help topic in SecureBlackbox Forum

TElCMSCRLValidatedID.CRLHash

TElCMSCRLValidatedID     See also     


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


This property contains hash value of the CRL.

Declaration

[C#]
    TElCMSHash CRLHash;

[VB.NET]
    Property CRLHash As TElCMSHash

[Pascal]
    property CRLHash : TElCMSHash;

[C++]
    TElCMSHash* get_CRLHash();

[PHP]
    TElCMSHash get_CRLHash()

[Java]
    TElCMSHash getCRLHash();

Description

    Use this property to get the CRL hash value.

See also:     CRLIdentifier    

Discuss this help topic in SecureBlackbox Forum