Initializes an instance of the ELSClient.
Namespace: Nehta.VendorLibrary.SM.ELSAssembly: 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, X509Certificate2 clientCertificate ) |
Visual Basic |
---|
Public Sub New ( _ lookupEndpointConfigurationName As String, _ clientCertificate As X509Certificate2 _ ) |
Visual C++ |
---|
public: ELSClient( String^ lookupEndpointConfigurationName, X509Certificate2^ clientCertificate ) |
Parameters
- lookupEndpointConfigurationName
- Type: System..::..String
Endpoint configuration name for the lookup endpoint.
- clientCertificate
- Type: System.Security.Cryptography.X509Certificates..::..X509Certificate2
Certificate containing this client's private key for establishing TLS connections.