Discuss this help topic in SecureBlackbox Forum

TElSymmetricCrypto.AssociatedDataSize

TElSymmetricCrypto     See also     


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


Specifies the size of the Associated Data.

Declaration

[C#]
    int AssociatedDataSize;

[VB.NET]
    Property AssociatedDataSize As Integer

[Pascal]
    property AssociatedDataSize : integer;

[C++]
    int32_t get_AssociatedDataSize();
    void set_AssociatedDataSize(int32_t Value);

[PHP]
    integer get_AssociatedDataSize()
    void set_AssociatedDataSize(integer $Value)

[Java]
    int getAssociatedDataSize();
    void setAssociatedDataSize(int Value);

Description

Use this property to specify the size of the Associated Data when AEAD algorithm is used.

See also:     AssociatedData    

Discuss this help topic in SecureBlackbox Forum