X509HelperCheckUsernameToken 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 CheckUsernameToken(
UsernameToken token,
string siteName
)
Parameters
- token
- Type: UsernameToken
Token to check - siteName
- Type: SystemString
Site name
Return Value
Type:
BooleanSee Also