Discuss this help topic in SecureBlackbox Forum

TElPKCS7Signer.UnauthenticatedAttributes

TElPKCS7Signer     See also     


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


Containes attributes, which are not signed by the signer.

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 get a set of attributes that are not signed by the signer.

See also:     AuthenticatedAttributes    

Discuss this help topic in SecureBlackbox Forum