FormsAuthenticationCredentials 类

为使用 Forms 身份验证的 ASP.NET 应用程序配置用户凭据。

语法

class FormsAuthenticationCredentials : EmbeddedObject  

方法

此类不包含任何方法。

属性

下表列出了 FormsAuthenticationCredentials 类公开的属性。

名称 描述
PasswordFormat 一个读/写 sint32 值,用于定义用于存储密码的加密格式。 后文的“备注”部分列出了可能的值。
Credentials 一个由 FormsAuthenticationUser 值构成的数组,用于指定用户名和密码凭据。

子类

此类不包含子类。

注解

此类的实例包含在 FormsAuthenticationConfiguration 类的 Credentials 属性中。

下表列出了 PasswordFormat 属性的可能值。 默认值为 1 (SHA1)。

关键字 说明
0 Clear 指定不对密码进行加密。 此字段是常量。
1 SHA1 指定使用 SHA1 哈希算法对密码进行加密。 此字段是常量。
2 MD5 指定使用 MD5 哈希算法对密码进行加密。 此字段是常量。

继承层次结构

EmbeddedObject

FormsAuthenticationCredentials

要求

类型 描述
客户端 - IIS 7.0(在 Windows Vista 上)
- IIS 7.5(在 Windows 7 上)
- IIS 8.0(在 Windows 8 上)
- IIS 10.0(在 Windows 10 上)
服务器 - IIS 7.0(在 Windows Server 2008 上)
- IIS 7.5(在 Windows Server 2008 R2 上)
- IIS 8.0(在 Windows Server 2012 上)
- IIS 8.5(在 Windows Server 2012 R2 上)
- IIS 10.0(在 Windows Server 2016 上)
产品 - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0
MOF 文件 WebAdministration.mof

另请参阅

System.Web.Configuration.FormsAuthPasswordFormatClientCertificateMappingAuthenticationSection 类
DigestAuthenticationSection 类
EmbeddedObject 类
FormsAuthenticationConfiguration 类
IisClientCertificateMappingAuthenticationSection 类
PassportAuthentication 类