Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.State

TElCMSSignature     See also     


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


This property specifies the signature state.

Declaration

[C#]
    TSBCMSSignatureState State;

[VB.NET]
    Property State As TSBCMSSignatureState

[Pascal]
    property State : TSBCMSSignatureState;

[C++]
    TSBCMSSignatureState get_State();

[PHP]
    integer get_State()

[Java]
    TSBCMSSignatureState getState();

Possible values:

Description

    Use this property to get the signature state.

See also:     Sign    

Discuss this help topic in SecureBlackbox Forum