Discuss this help topic in SecureBlackbox Forum

TElCMSCommitmentTypeIndication.ProofOfCreation

TElCMSCommitmentTypeIndication     See also     


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


This property specifies, whether the signer has created the signed data object.

Declaration

[C#]
    bool ProofOfCreation;

[VB.NET]
    Property ProofOfCreation As Boolean

[Pascal]
    property ProofOfCreation : boolean;

[C++]
    bool get_ProofOfCreation();
    void set_ProofOfCreation(bool Value);

[PHP]
    bool get_ProofOfCreation()
    void set_ProofOfCreation(bool $Value)

[Java]
    boolean getProofOfCreation();
    void setProofOfCreation(boolean Value);

Description

    Set this property to True to prove that the signer has created the signed data object. It is not necessary that that the signer has also approved or sent this data.

See also:     ProofOfApproval     ProofOfOrigin    

Discuss this help topic in SecureBlackbox Forum