Discuss this help topic in SecureBlackbox Forum

TElCertificateRequest.Attributes

TElCertificateRequest     See also     


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


Use this property to get/set the additional Certificate Request information.

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

    Use this function to get/set the additional information (in the form of [Object Identifier, Value] pairs) about Certificate Request.

See also:     Subject    

Discuss this help topic in SecureBlackbox Forum