ControllerBuildertrustAllSslCertificates Method
|
Specifies whether all SSL certificates should be trusted.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic ControllerBuilder trustAllSslCertificates(
bool trust
)
Public Function trustAllSslCertificates (
trust As Boolean
) As ControllerBuilder
public:
ControllerBuilder^ trustAllSslCertificates(
bool trust
)
member trustAllSslCertificates :
trust : bool -> ControllerBuilder
Parameters
- trust
- Type: SystemBoolean
true - trust all SSL certificates,
false - rely on the runtime environment to validate SSL certificates.
The default value is true.
Return Value
Type:
ControllerBuilderA reference to this instance
See Also