TLSCredentialsManager.srpPassword

class TLSCredentialsManager
public abstract
string
srpPassword
(
in string type
,
in string context
,
in string identifier
)

Parameters

type string

specifies the type of operation occuring

context string

specifies a context relative to type.

identifier string

specifies what identifier we want the password for. This will be a value previously returned by srp_identifier.

Return Value

Type: string

password for client-side SRP auth, if available for this identifier/type/context.

Meta