Click or drag to resize
X509ClientAssertion Constructor
Constructor.

Namespace: CMS.Synchronization.WSE3
Assembly: CMS.Synchronization.WSE3 (in CMS.Synchronization.WSE3.dll) Version: 8.2.23
Syntax
C#
public X509ClientAssertion(
	string clientKeyId,
	string serverKeyId
)

Parameters

clientKeyId
Type: SystemString
Client certificate key ID
serverKeyId
Type: SystemString
Server certificate key ID
See Also