Click or drag to resize
ExternalLoginInfoProviderGetExternalLogins Method
Returns a query for all the ExternalLoginInfo objects.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
Syntax
C#
public static ObjectQuery<ExternalLoginInfo> GetExternalLogins()

Return Value

Type: ObjectQueryExternalLoginInfo
See Also