Click or drag to resize

ClusterJobSchedulerProvideClientCertificate Property

Gets or sets a value indicating whether to send a client certificate when authenticating.

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 ProvideClientCertificate { get; set; }

Property Value

Type: Boolean
true if server requires client authentication; otherwise, false.
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