Interface IConnectionInfo
Contains information for establishing a secure Remoting API connection
Namespace: TSD.Core.RPC.Service
Assembly: TSD.API.Remoting.dll
Syntax
public interface IConnectionInfo
Properties
| Name | Description |
|---|---|
| ClientCertificate | Gets the client certificate in the PEM representation |
| ClientPrivateKey | Gets the client private key in the PEM representation |
| IpAddresses | Gets the collection of available IP addresses to use |
| PortNumber | Gets the number of port to use for the communication |
| ServerCertificate | Gets the server certificate in the PEM representation |
| ServerName | Gets the expected server name on the certificate |