ClusterJobScheduler.ProvideClientCertificate 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.10.0.1777 (2.10.0.1777)
Syntaxpublic bool ProvideClientCertificate { get; set; }
Public Property ProvideClientCertificate As Boolean
Get
Set
Property Value
Type:
Booleantrue if server requires client authentication; otherwise,
false.
ExceptionsException | Condition |
---|
InvalidOperationException | Already connected to Coordinator, cannot change security options. |
RemarksThe thumbprint is sanitized and all non hexadecimal characters are ignored.
See Also