Click or drag to resize
X509HelperGetX509Token Method
Returns the security token for X509 authentication.

Namespace: CMS.Synchronization.WSE3
Assembly: CMS.Synchronization.WSE3 (in CMS.Synchronization.WSE3.dll) Version: 8.2.23
Syntax
C#
public static X509SecurityToken GetX509Token(
	string keyIdentifier
)

Parameters

keyIdentifier
Type: SystemString
Token key identifier

Return Value

Type: X509SecurityToken
See Also