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( Uri lookupEndpointUrl, X509Certificate2 clientCertificate ) |
Visual Basic |
---|
Public Sub New ( _ lookupEndpointUrl As Uri, _ clientCertificate As X509Certificate2 _ ) |
Visual C++ |
---|
public: ELSClient( Uri^ lookupEndpointUrl, X509Certificate2^ clientCertificate ) |
Parameters
- lookupEndpointUrl
- Type: System..::..Uri
Web service endpoint for the ELS lookup service.
- clientCertificate
- Type: System.Security.Cryptography.X509Certificates..::..X509Certificate2
Certificate containing this client's private key for establishing TLS connections.