举报投诉联系我们 手机版 热门标签 鳄鱼CMS
您的位置:鳄鱼CMS > websecurify WebSecurity Logout 方法

websecurify WebSecurity Logout 方法

2023-03-29 00:31 ASP.NET教程

websecurify WebSecurity Logout 方法

websecurify WebSecurity Logout 方法

websecurify

WebSecurity - Logout()


WebSecurity 对象 WebSecurity 对象

定义

Logout() 方法注销当前用户。


C# 和 VB 语法

Logout()


实例

实例 C#

// Log out the current user
WebSecurity.Logout();

// Redirect back to the homepage
Response.Redirect("~/");

实例 VB

" Log out the current user
WebSecurity.Logout()

" Redirect back to the homepage
Response.Redirect("~/")


参数

无。


返回值

无。


错误和异常

在下面的情况下,任何对 WebSecurity 对象的访问将抛出一个 InvalidOperationException

  • InitializeDatabaseConnection() 方法没有被调用
  • SimpleMembership 没有初始化(或者在网站配置中禁用)

备注

当用户已登录,ASP.NET 在 cookie 中设置一个身份验证令牌,让 ASP.NET 知道用户已登录的后续请求。

Logout() 方法移除身份验证令牌,注销用户。


技术数据

名称
Namespace WebMatrix.WebData
Assembly WebMatrix.WebData.dll


WebSecurity 对象 WebSecurity 对象
阅读全文
以上是鳄鱼CMS为你收集整理的websecurify WebSecurity Logout 方法全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
© 2024 鳄鱼CMS eyucms.com 版权所有 联系我们