Discuss this help topic in SecureBlackbox Forum

TElXMLSignaturePolicyId.SigPolicyHash

TElXMLSignaturePolicyId     See also     


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


Contains the identifier of the hash algorithm and the hash value of the signature policy.

Declaration

[C#]
    TElXMLDigestAlgAndValue SigPolicyHash;

[VB.NET]
    Property SigPolicyHash As TElXMLDigestAlgAndValue

[Pascal]
    property SigPolicyHash: TElXMLDigestAlgAndValue;

[C++]
    TElXMLDigestAlgAndValue* get_SigPolicyHash();

[PHP]
    TElXMLDigestAlgAndValue get_SigPolicyHash()

[Java]
    TElXMLDigestAlgAndValue getSigPolicyHash();

Description

    This read-only property contains the identifier of the hash algorithm and the hash value of the signature policy.

See also:     SigPolicyID    

Discuss this help topic in SecureBlackbox Forum