X509HelperCheckClientX509Token Method |
Returns true if given client token is valid.
Namespace: CMS.Synchronization.WSE3Assembly: CMS.Synchronization.WSE3 (in CMS.Synchronization.WSE3.dll) Version: 12.0.0
Syntax public static bool CheckClientX509Token(
X509SecurityToken token,
string siteName
)
Parameters
- token
- Type: X509SecurityToken
Token to check - siteName
- Type: SystemString
Site name
Return Value
Type:
BooleanSee Also