Click or drag to resize
OpenIDUserInfoProviderGetOpenIDUserInfoInternal 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#
protected virtual OpenIDUserInfo GetOpenIDUserInfoInternal(
	string openID
)

Parameters

openID
Type: SystemString
OpenID Claimed Identifier

Return Value

Type: OpenIDUserInfo
See Also