context property

SecurityContext? context
getter/setter pair

The certificate provided by the server is checked using the trusted certificates set in the SecurityContext object. The default SecurityContext object contains a built-in set of trusted root certificates for well-known certificate authorities.

Implementation

SecurityContext? context;