Click or drag to resize

ClusterJobScheduler.AllowSelfSignedCertificates Property

Gets or sets a value indicating whether to allow self-signed certificates when communicating with the Coordinator.

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

Property Value

Type: Boolean
true to allow self-signed certificates; otherwise, false.
Exceptions
ExceptionCondition
InvalidOperationExceptionAlready connected to Coordinator, cannot change security options.
See Also

STK Parallel Computing Server 2.10 API for .NET