Click or drag to resize
OpenIDUserInfoProviderGetOpenIDUserInfo Method
Returns the OpenIDUserInfo structure for the specified OpenID Claimed Identifier.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static OpenIDUserInfo GetOpenIDUserInfo(
	string openID
)

Parameters

openID
Type: SystemString
OpenID Claimed Identifier

Return Value

Type: OpenIDUserInfo
See Also