TLSCredentialsManager.srpIdentifier

class TLSCredentialsManager
public abstract
string
srpIdentifier
(
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: string

identifier for client-side SRP auth, if available for this type/context. Should return empty string if password auth not desired/available.

Meta