TLSCredentialsManager.trustedCertificateAuthorities

Return a list of the certificates of CAs that we trust in this type/context.

class TLSCredentialsManager
public abstract
trustedCertificateAuthorities
(
in string type
,
in string context
)

Parameters

type string

specifies the type of operation occuring

context string

specifies a context relative to type. For instance for type "tls-client", context specifies the servers name.

Meta