ClusterJobScheduler.CoordinatorThumbprint Property |
Gets or sets the Coordinator thumbprint.
The client checks this thumbprint matches that of the Coordinator's security certificate to ensure it can trust 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 string CoordinatorThumbprint { get; set; }
Public Property CoordinatorThumbprint As String
Get
Set
Property Value
Type:
String
The Coordinator thumbprint.
ExceptionsException | Condition |
---|
InvalidOperationException | Already connected to Coordinator, cannot change security options. |
RemarksThe thumbprint is sanitized and all non hexadecimal characters are ignored.
See Also