Discuss this help topic in SecureBlackbox Forum

TElPKCS7Signer.AuthenticatedAttributesPlain

TElPKCS7Signer     See also     


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


Containes authenticated attributes in a plain-text form.

Declaration

[C#]
    byte[] AuthenticatedAttributesPlain;

[VB.NET]
    Property AuthenticatedAttributesPlain As Byte()

[Pascal]
    property AuthenticatedAttributesPlain : ByteArray;

[C++]
    void get_AuthenticatedAttributesPlain(std::vector<uint8_t> &OutResult);

[PHP]
    string get_AuthenticatedAttributesPlain()

[Java]
    byte[] getAuthenticatedAttributesPlain();

Description

    Use this property to get a set of attributes that are signed (i.e., authenticated) by the signer as a plain-text buffer.

See also:     AuthenticatedAttributes    

Discuss this help topic in SecureBlackbox Forum