Discuss this help topic in SecureBlackbox Forum

TElMessageSigner.AuthenticatedAttributes

TElMessageSigner     See also     


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


This property specifies the Authenticated Attributes for the signed data.

Declaration

[C#]
    TElPKCS7Attributes AuthenticatedAttributes;

[VB.NET]
    Property AuthenticatedAttributes As TElPKCS7Attributes

[Pascal]
    property AuthenticatedAttributes : TElPKCS7Attributes;

[C++]
    TElPKCS7Attributes* get_AuthenticatedAttributes();

[PHP]
    TElPKCS7Attributes get_AuthenticatedAttributes()

[Java]
    TElPKCS7Attributes getAuthenticatedAttributes();

Description

    Use this property to specify the authenticated attributes for the signed data. If the number of authenticated attributes is greater than 0, then they are signed instead of input data. Authenticated attributes may contain auxiliary information which is signed using signers' certificates.

    Authenticated attributes are commonly used in S/MIME protocol. In this case, they contain the message digest for the mail message. Mail message itself is not included to signature.

See also:     DataHash     UnauthenticatedAttributes    

Discuss this help topic in SecureBlackbox Forum