TLSCredentialsManager.attemptSrp

class TLSCredentialsManager
public abstract
bool
attemptSrp
(
in string type
,
in string context
)

Parameters

type string

specifies the type of operation occuring

context string

specifies a context relative to type.

Return Value

Type: bool

true if we should attempt SRP authentication

Meta