ClusterJobScheduler.ClientCertificateFile Property |
Gets or sets the certificate file.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic string ClientCertificateFile { get; set; }
Public Property ClientCertificateFile As String
Get
Set
Property Value
Type:
String
The certificate file.
ExceptionsException | Condition |
---|
InvalidOperationException | Already connected to Coordinator, cannot change security options. |
See Also