CreatingCookieEventArgs.Password 属性

定义

获取用户的密码。

public:
 property System::String ^ Password { System::String ^ get(); };
public string Password { get; }
member this.Password : string
Public ReadOnly Property Password As String

属性值

用户提供的用于身份验证的密码。

注解

在身份验证票证中设置自定义值时, Password 可以使用 属性检索密码。

注意

不要在身份验证票证中保存 属性的值 Password 。 恶意用户可以访问 Cookie 并检索密码,即使 Cookie 已加密。

适用于