EIdentityLoginOnProvidersLoading Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Raises the ProvidersLoading event.

Namespace: ContentStudio.Site.Security.EIdentity
Assembly: ContentStudio.Site.Security.EIdentity (in ContentStudio.Site.Security.EIdentity.dll) Version: 5.6.5014.0 (5.6.5014.0)
Syntax

protected IEnumerable<string> OnProvidersLoading(
	IEnumerable<string> providerNames
)

Parameters

providerNames
Type: System.Collections.GenericIEnumerableString
The provider names.

Return Value

Type: IEnumerableString
the names of the providers to load
See Also

Reference