Discuss this help topic in SecureBlackbox Forum

TElXMLOCSPIdentifier.ResponderIDType

TElXMLOCSPIdentifier     See also     


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


Specifies type of the responder ID.

Declaration

[C#]
    TSBXAdESResponderIDType ResponderIDType;

[VB.NET]
    Property ResponderIDType As TSBXAdESResponderIDType

[Pascal]
    property ResponderIDType: TSBXAdESResponderIDType;

[C++]
    TSBXAdESResponderIDType get_ResponderIDType();
    void set_ResponderIDType(TSBXAdESResponderIDType Value);

[PHP]
    integer get_ResponderIDType()
    void set_ResponderIDType(integer $Value)

[Java]
    short getResponderIDType();
    void setResponderIDType(short Value);

Possible values:

Description

    Use this property to specify how the responder is identified.

See also:     ResponderID    

Discuss this help topic in SecureBlackbox Forum