Discuss this help topic in SecureBlackbox Forum

TElMessageSigner.UnauthenticatedAttributes

TElMessageSigner     See also     


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


This property specifies the unauthenticated attributes for the message.

Declaration

[C#]
    TElPKCS7Attributes UnauthenticatedAttributes;

[VB.NET]
    Property UnauthenticatedAttributes As TElPKCS7Attributes

[Pascal]
    property UnauthenticatedAttributes : TElPKCS7Attributes;

[C++]
    TElPKCS7Attributes* get_UnauthenticatedAttributes();

[PHP]
    TElPKCS7Attributes get_UnauthenticatedAttributes()

[Java]
    TElPKCS7Attributes getUnauthenticatedAttributes();

Description

    Use this property to specify the unauthenticated attributes for the signed message. These attributes may contain auxiliary information about the message and/or its signers.

See also:     AuthenticatedAttributes    

Discuss this help topic in SecureBlackbox Forum