Discuss this help topic in SecureBlackbox Forum

TElOCSPClass.RequestorName

TElOCSPClass     See also     


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


This property contains the name of the client.

Declaration

[C#]
    TElGeneralName RequestorName;

[VB.NET]
    Property RequestorName As TElGeneralName

[Pascal]
    property RequestorName : TElGeneralName;

[C++]
    TElGeneralName* get_RequestorName();

[PHP]
    TElGeneralName get_RequestorName()

[Java]
    TElGeneralName getRequestorName();

Description

    This property contains the name that identifies the client who created a request. The name must contain information that corresponds to the information in the certificates used to sign the request.

See also:     IncludeCertificates     SigningCertStorage    

Discuss this help topic in SecureBlackbox Forum