SecureBlackbox

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

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


TElWebDAVServer.SSLAbortOnMissingSRPName

TElWebDAVServer     


 

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++]
    not implemented;

   

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