Discuss this help topic in SecureBlackbox Forum

TElPKCS7Signer.AuthenticatedAttributes

TElPKCS7Signer     See also     


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


Containes attributes, signed by the signer.

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 get a set of attributes that are signed (i.e., authenticated) by the signer.

See also:     AuthenticatedAttributesPlain     UnauthenticatedAttributes    

Discuss this help topic in SecureBlackbox Forum