Прочетете на английски Редактиране

Споделяне чрез


FormsAuthentication.EnableFormsAuthentication(NameValueCollection) Method

Definition

Enables forms authentication.

C#
public static void EnableFormsAuthentication (System.Collections.Specialized.NameValueCollection configurationData);

Parameters

configurationData
NameValueCollection

A name-value collection that contains values for "defaultUrl" and/or "loginUrl". The parameter can be null if there are no values for the default URL or the login URL.

Exceptions

The application is not in the pre-start initialization phase.

Remarks

If the DefaultUrl property is null, that property is set to the default URL value from the configurationData parameter. If the LoginUrl property is null, that property is set to the login URL value from the configurationData parameter.

Applies to

Продукт Версии
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1