Discuss this help topic in SecureBlackbox Forum

TElOCSPClient.ServerName

TElOCSPClient     See also     


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


This property contains the name of the server

Declaration

[C#]
    TElRelativeDistinguishedName ServerName;

[VB.NET]
    Property ServerName As TElRelativeDistinguishedName

[Pascal]
    property ServerName : TElRelativeDistinguishedName;

[C++]
    TElRelativeDistinguishedName* get_ServerName();

[PHP]
    TElRelativeDistinguishedName get_ServerName()

[Java]
    TElRelativeDistinguishedName getServerName();

Description

    This read-only property contains the name that identifies the server. It can be used to find the certificate, if one was not included with the reply, sent by the server.

See also:     ReplyCertificates    

Discuss this help topic in SecureBlackbox Forum