Discuss this help topic in SecureBlackbox Forum

TElMessageVerifier.Attributes

TElMessageVerifier     See also     


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


This property returns the Attributes which were included in signed message.

Declaration

[C#]
    TElPKCS7Attributes Attributes;

[VB.NET]
    Property Attributes As TElPKCS7Attributes

[Pascal]
    property Attributes : TElPKCS7Attributes;

[C++]
    TElPKCS7Attributes* get_Attributes();

[PHP]
    TElPKCS7Attributes get_Attributes()

[Java]
    TElPKCS7Attributes getAttributes();

Description

    Check this property after calling Verify method. This property contains attributes in (Name, Values) form.

See also:     HashAlgorithm    

Discuss this help topic in SecureBlackbox Forum