SecureBlackbox

200+ components and classes for all aspects of digital security of your data

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


TElHTTPSServer.SSLAbortOnMissingSRPName

TElHTTPSServer     


 

Specifies whether to abort the session if SRP name is missing.

 

Declaration

[C#/Java]
    bool SSLAbortOnMissingSRPName;

[VB.NET]
    Property SSLAbortOnMissingSRPName As Boolean

[Pascal]
    property SSLAbortOnMissingSRPName : boolean;

[C++]
    int8_t get_SSLAbortOnMissingSRPName();
    void set_SSLAbortOnMissingSRPName(int8_t Value);

   

Description

    Use this property to specify if the server should abort the session when SRP authentication is used, and client doesn't provide SRP user name.

   
Back to top