Click or drag to resize

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
Syntax
public ControllerBuilder trustAllSslCertificates(
	bool trust
)

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: ControllerBuilder
A reference to this instance
See Also