Discuss this help topic in SecureBlackbox Forum

TElCMSCommitmentTypeIndication.ProofOfSender

TElCMSCommitmentTypeIndication     See also     


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


This property specifies, whether the signed data was sent by the entity providing this indication.

Declaration

[C#]
    bool ProofOfSender;

[VB.NET]
    Property ProofOfSender As Boolean

[Pascal]
    property ProofOfSender : boolean;

[C++]
    bool get_ProofOfSender();
    void set_ProofOfSender(bool Value);

[PHP]
    bool get_ProofOfSender()
    void set_ProofOfSender(bool $Value)

[Java]
    boolean getProofOfSender();
    void setProofOfSender(boolean Value);

Description

    Setting this property to True proves that the signed data was sent by the entity which provides this indication.

See also:     ProofOfReceipt    

Discuss this help topic in SecureBlackbox Forum