Specifies whether to abort the session if SRP name is missing.
Declaration
[C#/Java]
bool SSLAbortOnMissingSRPName;
bool SSLAbortOnMissingSRPName;
[VB.NET]
Property SSLAbortOnMissingSRPName As Boolean
Property SSLAbortOnMissingSRPName As Boolean
[Pascal]
property SSLAbortOnMissingSRPName : boolean;
property SSLAbortOnMissingSRPName : boolean;
[C++]
not implemented;
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.