zoukankan      html  css  js  c++  java
  • asp.net考前复习——信息服务身份验证

                         if(User.Identity.IsAuthenticated)

                         {

                                Response.Write(User.Identity.Name);

                                Response.Write(User.Identity.AuthenticationType);

                         }

                         else

                         {

                           Response.Write("Anonymous access");

                         }

                         Response.Write(WindowsIdentity.GetCurrent().Name);

  • 相关阅读:
    SQLalchemy 字段类型
    爬虫学习
    Linux了解一下
    django-rest-framework
    vue相关理论知识
    Django认证系统
    Form组件
    JS之AJAX
    Django之中间件
    Django之ORM
  • 原文地址:https://www.cnblogs.com/muyoushui/p/1621462.html
Copyright © 2011-2022 走看看