Provides the capability for programmatically applying client-side overrides to configuration settings for the RSAPIClient.
Inheritance Hierarchy
kCura.Relativity.Client.RSAPIClientSettings
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The RSAPIClientSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RSAPIClientSettings | Initializes a new instance of the RSAPIClientSettings class |
Properties
Name | Description | |
---|---|---|
![]() | CertificateFindValue | Obsolete.
Sets flag indicating that the client validates the server certificate using the CertificateFindValue.
|
![]() | CertificateValidation |
If 'True', perform client-side certificate validation.
|
![]() | UpnIdentity |
If populated, this property should match the Identity in the ApplicationPool of Relativity.Services.
Setting this value means that a WCF service with this identity will be trusted by this client.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also