Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorage.SignatureMethod

TElDropboxDataStorage     See also     


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


Specifies the signature method for the requests.

Declaration

[C#]
    TSBDropboxSignatureMethod SignatureMethod;

[VB.NET]
    Property SignatureMethod As TSBDropboxSignatureMethod

[Pascal]
    property SignatureMethod : TSBDropboxSignatureMethod;

[C++]
    TSBDropboxSignatureMethod get_SignatureMethod();
    void set_SignatureMethod(TSBDropboxSignatureMethod Value);

[PHP]
    integer get_SignatureMethod()
    void set_SignatureMethod(integer $Value)

[Java]
    TSBDropboxSignatureMethod getSignatureMethod();
    void setSignatureMethod(TSBDropboxSignatureMethod Value);

Possible values:

Description

    This property specifies the method used to calculate the signature for requests.

See also:     OnBeforeRequestSigning    

Discuss this help topic in SecureBlackbox Forum