Initializes an instance of the SealedMessageRetrievalClient.

Namespace: Nehta.VendorLibrary.SM.SMD
Assembly: Nehta.VendorLibrary.SM.SMD (in Nehta.VendorLibrary.SM.SMD.dll) Version: 1.0.5.0 (1.0.5.0)

Syntax

C#
public SealedMessageRetrievalClient(
	string configurationName,
	X509Certificate2 tlsCert
)
Visual Basic
Public Sub New ( _
	configurationName As String, _
	tlsCert As X509Certificate2 _
)
Visual C++
public:
SealedMessageRetrievalClient(
	String^ configurationName, 
	X509Certificate2^ tlsCert
)

Parameters

configurationName
Type: System..::..String
Endpoint configuration name for the SMR endpoint.
tlsCert
Type: System.Security.Cryptography.X509Certificates..::..X509Certificate2
The certificate to be used to establish the TLS connection.

See Also