Discuss this help topic in SecureBlackbox Forum

TElSymmetricCrypto.AssociatedData

TElSymmetricCrypto     See also     


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


Specifies whether AEAD is used.

Declaration

[C#]
    bool AssociatedData;

[VB.NET]
    Property AssociatedData As Boolean

[Pascal]
    property AssociatedData : boolean;

[C++]
    bool get_AssociatedData();
    void set_AssociatedData(bool Value);

[PHP]
    bool get_AssociatedData()
    void set_AssociatedData(bool $Value)

[Java]
    boolean getAssociatedData();
    void setAssociatedData(boolean Value);

Description

Use this property to check whether Associated Data is provided and AEAD (Authenticated Encryption with Associated Data) is used.

See also:     AssociatedDataSize     DecryptAEAD     EncryptAEAD    

Discuss this help topic in SecureBlackbox Forum