Click or drag to resize
WindowsLiveLoginGetUserInformation Method
Returns user information by given token.

Namespace: CMS.ExternalAuthentication
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
public NameValueCollection GetUserInformation(
	string token
)

Parameters

token
Type: SystemString
Token string

Return Value

Type: NameValueCollection
See Also