ClusterJobSchedulerCoordinatorThumbprint 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.9.0.1601 (2.9.0.1601)
Syntax public string CoordinatorThumbprint { get; set; }
Public Property CoordinatorThumbprint As String
Get
Set
Property Value
Type:
String
The Coordinator thumbprint.
Exceptions Exception | Condition |
---|
InvalidOperationException | Already connected to Coordinator, cannot change security options. |
Remarks The thumbprint is sanitized and all non hexadecimal characters are ignored.
See Also