ClusterJobSchedulerAllowSelfSignedCertificates 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.9.0.1601 (2.9.0.1601)
Syntax public bool AllowSelfSignedCertificates { get; set; }
Public Property AllowSelfSignedCertificates As Boolean
Get
Set
Property Value
Type:
Booleantrue to allow self-signed certificates; otherwise,
false.
Exceptions Exception | Condition |
---|
InvalidOperationException | Already connected to Coordinator, cannot change security options. |
See Also