Initializes an instance of the ELSClient.

Namespace: Nehta.VendorLibrary.SM.ELS
Assembly: Nehta.VendorLibrary.SM.ELS (in Nehta.VendorLibrary.SM.ELS.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#
public ELSClient(
	string lookupEndpointConfigurationName,
	string publishEndpointConfigurationName,
	X509Certificate2 clientCertificate
)
Visual Basic
Public Sub New ( _
	lookupEndpointConfigurationName As String, _
	publishEndpointConfigurationName As String, _
	clientCertificate As X509Certificate2 _
)
Visual C++
public:
ELSClient(
	String^ lookupEndpointConfigurationName, 
	String^ publishEndpointConfigurationName, 
	X509Certificate2^ clientCertificate
)

Parameters

lookupEndpointConfigurationName
Type: System..::..String
Endpoint configuration name for the lookup endpoint.
publishEndpointConfigurationName
Type: System..::..String
Endpoint configuration name for the publish endpoint.
clientCertificate
Type: System.Security.Cryptography.X509Certificates..::..X509Certificate2
Certificate containing this client's private key for establishing TLS connections.

See Also