ClusterJobSchedulerClientCertificateThumbprint Property |
Gets or sets the certificate using the SHA1 thumbprint.
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 ClientCertificateThumbprint { get; set; }
Public Property ClientCertificateThumbprint As String
Get
Set
Property Value
Type:
String
The certificate's SHA1 thumbprint.
Exceptions Exception | Condition |
---|
InvalidOperationException | Already connected to Coordinator, cannot change security options. |
See Also