CreatingCookieEventArgs.Password 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用户的密码。
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 已加密。