System.Web.Configuration.FormsAuthenticationConfiguration.Credentials Property

Gets the System.Web.Configuration.FormsAuthenticationCredentials collection of user names and passwords.

Syntax

[System.Configuration.ConfigurationProperty("credentials")]
public FormsAuthenticationCredentials Credentials { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The FormsAuthenticationConfiguration.Credentials property gets the user names and passwords to use during forms-based authentication.

Note:

When security is required, you should use alternative ways of storing the user names and passwords; for example, in a database store. If you decide to use this collection, you should use the provided encryption facility.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0