TLSCredentialsManager.psk

class TLSCredentialsManager
public abstract
psk
(
in string type
,
in string context
,
in string identity
)

Parameters

type string

specifies the type of operation occuring

context string

specifies a context relative to type.

identity string

is a PSK identity previously returned by psk_identity for the same type and context.

Return Value

the PSK used for identity, or throw new an exception if no key exists

Meta