Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorage.UsePadding

TElWinAzureDataStorage     


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


Specifies if padding should be used.

Declaration

[C#]
    bool UsePadding;

[VB.NET]
    Property UsePadding As Boolean

[Pascal]
    property UsePadding : boolean;

[C++]
    bool get_UsePadding();
    void set_UsePadding(bool Value);

[PHP]
    bool get_UsePadding()
    void set_UsePadding(bool $Value)

[Java]
    boolean getUsePadding();
    void setUsePadding(boolean Value);

Description

    Use this property to specify whether padding should be used.

Discuss this help topic in SecureBlackbox Forum