Discuss this help topic in SecureBlackbox Forum

TElXMLCRLRef.DigestAlgAndValue

TElXMLCRLRef     See also     


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


Contains the digest of the entire DER encoded CRL.

Declaration

[C#]
    TElXMLDigestAlgAndValue DigestAlgAndValue;

[VB.NET]
    Property DigestAlgAndValue As TElXMLDigestAlgAndValue

[Pascal]
    property DigestAlgAndValue: TElXMLDigestAlgAndValue;

[C++]
    TElXMLDigestAlgAndValue* get_DigestAlgAndValue();

[PHP]
    TElXMLDigestAlgAndValue get_DigestAlgAndValue()

[Java]
    TElXMLDigestAlgAndValue getDigestAlgAndValue();

Description

    Use this property to get the digest computed on the DER encoded CRL.

See also:     CRLIdentifier    

Discuss this help topic in SecureBlackbox Forum