ClusterJobScheduler.VerifyCoordinatorThumbprint Property |
Gets or sets a value indicating whether to verify the coordinator thumbprint.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic bool VerifyCoordinatorThumbprint { get; set; }
Public Property VerifyCoordinatorThumbprint As Boolean
Get
Set
Property Value
Type:
Booleantrue if coordinator thumbprint verification enabled; otherwise,
false.
ExceptionsException | Condition |
---|
InvalidOperationException | Already connected to Coordinator, cannot change security options. |
See Also