Gets the System.Web.Configuration.FormsAuthenticationCredentials collection of user names and passwords.
Documentation for this section has not yet been entered.
The FormsAuthenticationConfiguration.Credentials property gets the user names and passwords to use during forms-based authentication.
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.