Discuss this help topic in SecureBlackbox Forum

TElOCSPServer.SignatureRequired

TElOCSPServer     See also     


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


Specifies whether the response should include a signing certificate

Declaration

[C#]
    bool SignatureRequired;

[VB.NET]
    Property SignatureRequired As Boolean

[Pascal]
    property SignatureRequired : boolean;

[C++]
    bool get_SignatureRequired();
    void set_SignatureRequired(bool Value);

[PHP]
    bool get_SignatureRequired()
    void set_SignatureRequired(bool $Value)

[Java]
    boolean getSignatureRequired();
    void setSignatureRequired(boolean Value);

Description

    Use this property to specify whether the server accepts unsigned client requests, or requires that the requests are signed.

See also:     RequestCertificates    

Discuss this help topic in SecureBlackbox Forum