Discuss this help topic in SecureBlackbox Forum

TElOCSPServer.ResponderIdType

TElOCSPServer     


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


This property contains responder ID type.

Declaration

[C#]
    TElResponderIDType ResponderIdType;

[VB.NET]
    Property ResponderIdType As TElResponderIDType

[Pascal]
    property ResponderIdType : TElResponderIDType;

[C++]
    TElResponderIDType get_ResponderIdType();
    void set_ResponderIdType(TElResponderIDType Value);

[PHP]
    integer get_ResponderIdType()
    void set_ResponderIdType(integer $Value)

[Java]
    short getResponderIdType();
    void setResponderIdType(short Value);

Responder ID values:

Description

    Use this property to specify, which information (KeyHash or Subject Relative Distinguished Name) is used to reference the signing certificate. The property specifies, whether ResponderKeyHash or ResponderName should be sent to the client (see RFC 2560, 4.2.1 for details).

Discuss this help topic in SecureBlackbox Forum