Discuss this help topic in SecureBlackbox Forum

TElMessageEncryptor.AuthenticatedAttributes

TElMessageEncryptor     See also     


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


Contains authenticated attributes used by AEAD.

Declaration

[C#]
    TElPKCS7Attributes AuthenticatedAttributes;

[VB.NET]
    Property AuthenticatedAttributes As TElPKCS7Attributes

[Pascal]
    property AuthenticatedAttributes : TElPKCS7Attributes;

[C++]
    TElPKCS7Attributes* get_AuthenticatedAttributes();

[PHP]
    TElPKCS7Attributes get_AuthenticatedAttributes()

[Java]
    not available

Description

    Use this property to access authenticated attributes when one of AEAD (Authenticated Encryption with Associated Data) algorithms is chosen by the Algorithm property.

See also:     Algorithm     UnauthenticatedAttributes    

Discuss this help topic in SecureBlackbox Forum