TLSCredentialsManager.pskIdentity

class TLSCredentialsManager
public abstract
string
pskIdentity
(
in string type
,
in string context
,
in string identity_hint
)

Parameters

type string

specifies the type of operation occuring

context string

specifies a context relative to type.

identity_hint string

was passed by the server (but may be empty)

Return Value

Type: string

the PSK identity we want to use

Meta