Discuss this help topic in SecureBlackbox Forum

TElOCSPResponderID.Name

TElOCSPResponderID     


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


Specifies the name of the OCSP responder.

Declaration

[C#]
    TElRelativeDistinguishedName Name;

[VB.NET]
    Property Name As TElRelativeDistinguishedName

[Pascal]
    property Name : TElRelativeDistinguishedName;

[C++]
    TElRelativeDistinguishedName* get_Name();

[PHP]
    TElRelativeDistinguishedName get_Name()

[Java]
    TElRelativeDistinguishedName getName();

Description

    Use this property to retrieve the name of the OCSP server.

Discuss this help topic in SecureBlackbox Forum