[bcl] Updates referencesource to 4.7.1
[mono-project.git] / mcs / class / referencesource / System.Web / Configuration / FormsAuthPasswordFormat.cs
blob148cd1d4ea0fc63fe2c3da0e806776ef656e7609
1 //------------------------------------------------------------------------------
2 // <copyright file="FormsAuthPasswordFormat.cs" company="Microsoft">
3 // Copyright (c) Microsoft Corporation. All rights reserved.
4 // </copyright>
5 //------------------------------------------------------------------------------
7 /*
8 * AuthenticationConfigHandler class
10 * Copyright (c) 1999 Microsoft Corporation
13 namespace System.Web.Configuration {
15 public enum FormsAuthPasswordFormat {
16 Clear,
17 SHA1,
18 MD5,
19 SHA256,
20 SHA384,
21 SHA512