Click or drag to resize

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; }

Property Value

Type: String
The Coordinator thumbprint.
Exceptions
ExceptionCondition
InvalidOperationExceptionAlready connected to Coordinator, cannot change security options.
Remarks
The thumbprint is sanitized and all non hexadecimal characters are ignored.
See Also

STK Parallel Computing Server 2.9 API for .NET