Click or drag to resize

ClusterJobScheduler.ClientCertificateName Property

Gets or sets the subject distinguished name of the certificate in the local Windows certificate store to authenticate.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntax
public string ClientCertificateName { get; set; }

Property Value

Type: String
The subject distinguished name of the certificate to authenticate.
Exceptions
ExceptionCondition
InvalidOperationExceptionAlready connected to Coordinator, cannot change security options.
See Also

STK Parallel Computing Server 2.10 API for .NET