Click or drag to resize

ClusterJobSchedulerUseSsl Property

Gets or sets a value indicating whether to use SSL when communicating with the Coordinator.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public bool UseSsl { get; set; }

Property Value

Type: Boolean
true to enable SSL; otherwise, false.
Exceptions
ExceptionCondition
InvalidOperationExceptionAlready connected to Coordinator, cannot change SSL mode.
See Also

STK Parallel Computing Server 2.9 API for .NET