ClusterJobScheduler.UseSsl 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.10.0.1777 (2.10.0.1777)
Syntaxpublic bool UseSsl { get; set; }
Public Property UseSsl As Boolean
Get
Set
Property Value
Type:
Booleantrue to enable SSL; otherwise,
false.
ExceptionsException | Condition |
---|
InvalidOperationException | Already connected to Coordinator, cannot change SSL mode. |
See Also