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);

  • 相关阅读:
    python
    VSCompile
    Oracle学习
    CMD
    JQuery 学习
    单词
    解决Manjaro+win双系统相差8小时
    编辑器使用
    软件安装
    磁盘分区与逻辑卷管理
  • 原文地址:https://www.cnblogs.com/muyoushui/p/1621462.html
Copyright © 2011-2022 走看看