CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发

文件名称:ISSAuthorize

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2016-06-20
  • 文件大小:
    1.03mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

Android与IIS身份验证案例源码,在Android移动项目开发中,访问服务器时,为了简洁方便,我们经常使用http协议来传递JSON格式的数据。然而有些项目需要有一定的安全性,如使用Android客户端登陆到MIS系统。虽然我们是通过Android手机客户端的登陆Activity中登陆到系统的,但是略懂电脑的黑客是能够跳过登陆Activity,从而直接进入系统的。这样,会造成一些由于系统的不安全所带来的麻烦。建立一种防止黑客强行登录的身份验证模式尤为重要。此时,系统的身份验证成为阻挡黑客登陆的一道屏障。那么,怎样实现一个身份验证呢?让我们以IIS为宿主,一步一步的实现身份验证吧-Android and IIS authentication case source code, in the Android mobile project development, access to the server, in order to be simple and convenient, we often use the HTTP protocol to transfer JSON format data. However, some of the project needs to have a certain security, such as the use of Android client login to the MIS system. Although we are through the Android mobile client landing Activity landing to the system, but slightly understand the computer hacker is able to skip the landing Activity, thus directly into the system. In this way, it will cause some of the problems caused by the system is not safe. It is particularly important to establish an identity authentication mode to prevent hackers logging in. At this point, the identity of the system has become a barrier to prevent hackers landing. So, how to achieve an identity verification? Let us take IIS as the host, step by step to achieve authentication bar
(系统自动生成,下载前可以参看下载内容)

下载文件列表

ISSAuthorize/
ISSAuthorize/AndriodAuthorize/
ISSAuthorize/AndriodAuthorize/.classpath
ISSAuthorize/AndriodAuthorize/.project
ISSAuthorize/AndriodAuthorize/AndroidManifest.xml
ISSAuthorize/AndriodAuthorize/assets/
ISSAuthorize/AndriodAuthorize/bin/
ISSAuthorize/AndriodAuthorize/bin/AndriodAuthorize.apk
ISSAuthorize/AndriodAuthorize/bin/classes.dex
ISSAuthorize/AndriodAuthorize/bin/ld/
ISSAuthorize/AndriodAuthorize/bin/ld/com/
ISSAuthorize/AndriodAuthorize/bin/ld/com/authorize/
ISSAuthorize/AndriodAuthorize/bin/ld/com/authorize/HttpHelper.class
ISSAuthorize/AndriodAuthorize/bin/ld/com/authorize/MainActivity$1$1.class
ISSAuthorize/AndriodAuthorize/bin/ld/com/authorize/MainActivity$1.class
ISSAuthorize/AndriodAuthorize/bin/ld/com/authorize/MainActivity.class
ISSAuthorize/AndriodAuthorize/bin/ld/com/authorize/R$attr.class
ISSAuthorize/AndriodAuthorize/bin/ld/com/authorize/R$drawable.class
ISSAuthorize/AndriodAuthorize/bin/ld/com/authorize/R$id.class
ISSAuthorize/AndriodAuthorize/bin/ld/com/authorize/R$layout.class
ISSAuthorize/AndriodAuthorize/bin/ld/com/authorize/R$string.class
ISSAuthorize/AndriodAuthorize/bin/ld/com/authorize/R.class
ISSAuthorize/AndriodAuthorize/bin/resources.ap_
ISSAuthorize/AndriodAuthorize/default.properties
ISSAuthorize/AndriodAuthorize/gen/
ISSAuthorize/AndriodAuthorize/gen/ld/
ISSAuthorize/AndriodAuthorize/gen/ld/com/
ISSAuthorize/AndriodAuthorize/gen/ld/com/authorize/
ISSAuthorize/AndriodAuthorize/gen/ld/com/authorize/R.java
ISSAuthorize/AndriodAuthorize/proguard.cfg
ISSAuthorize/AndriodAuthorize/res/
ISSAuthorize/AndriodAuthorize/res/drawable-hdpi/
ISSAuthorize/AndriodAuthorize/res/drawable-hdpi/icon.png
ISSAuthorize/AndriodAuthorize/res/drawable-ldpi/
ISSAuthorize/AndriodAuthorize/res/drawable-ldpi/icon.png
ISSAuthorize/AndriodAuthorize/res/drawable-mdpi/
ISSAuthorize/AndriodAuthorize/res/drawable-mdpi/icon.png
ISSAuthorize/AndriodAuthorize/res/layout/
ISSAuthorize/AndriodAuthorize/res/layout/main.xml
ISSAuthorize/AndriodAuthorize/res/values/
ISSAuthorize/AndriodAuthorize/res/values/strings.xml
ISSAuthorize/AndriodAuthorize/src/
ISSAuthorize/AndriodAuthorize/src/ld/
ISSAuthorize/AndriodAuthorize/src/ld/com/
ISSAuthorize/AndriodAuthorize/src/ld/com/authorize/
ISSAuthorize/AndriodAuthorize/src/ld/com/authorize/HttpHelper.java
ISSAuthorize/AndriodAuthorize/src/ld/com/authorize/MainActivity.java
ISSAuthorize/ISSAuthorize.sln
ISSAuthorize/ISSAuthorize.suo
ISSAuthorize/MvcAuthorize/
ISSAuthorize/MvcAuthorize/App_Data/
ISSAuthorize/MvcAuthorize/bin/
ISSAuthorize/MvcAuthorize/bin/MvcAuthorize.dll
ISSAuthorize/MvcAuthorize/bin/MvcAuthorize.pdb
ISSAuthorize/MvcAuthorize/Content/
ISSAuthorize/MvcAuthorize/Content/Site.css
ISSAuthorize/MvcAuthorize/Controllers/
ISSAuthorize/MvcAuthorize/Controllers/AccountController.cs
ISSAuthorize/MvcAuthorize/Controllers/HomeController.cs
ISSAuthorize/MvcAuthorize/Global.asax
ISSAuthorize/MvcAuthorize/Global.asax.cs
ISSAuthorize/MvcAuthorize/Models/
ISSAuthorize/MvcAuthorize/Models/AccountModels.cs
ISSAuthorize/MvcAuthorize/MvcAuthorize.csproj
ISSAuthorize/MvcAuthorize/MvcAuthorize.csproj.user
ISSAuthorize/MvcAuthorize/obj/
ISSAuthorize/MvcAuthorize/obj/Debug/
ISSAuthorize/MvcAuthorize/obj/Debug/CSAutoParameterize/
ISSAuthorize/MvcAuthorize/obj/Debug/CSAutoParameterize/original/
ISSAuthorize/MvcAuthorize/obj/Debug/CSAutoParameterize/original/Views/
ISSAuthorize/MvcAuthorize/obj/Debug/CSAutoParameterize/original/Views/Web.config
ISSAuthorize/MvcAuthorize/obj/Debug/CSAutoParameterize/original/Web.config
ISSAuthorize/MvcAuthorize/obj/Debug/CSAutoParameterize/transformed/
ISSAuthorize/MvcAuthorize/obj/Debug/CSAutoParameterize/transformed/Views/
ISSAuthorize/MvcAuthorize/obj/Debug/CSAutoParameterize/transformed/Views/Web.config
ISSAuthorize/MvcAuthorize/obj/Debug/CSAutoParameterize/transformed/Web.config
ISSAuthorize/MvcAuthorize/obj/Debug/CSAutoParameterize.parameters.xml
ISSAuthorize/MvcAuthorize/obj/Debug/Database/
ISSAuthorize/MvcAuthorize/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
ISSAuthorize/MvcAuthorize/obj/Debug/MvcAuthorize.csproj.FileListAbsolute.txt
ISSAuthorize/MvcAuthorize/obj/Debug/MvcAuthorize.dll
ISSAuthorize/MvcAuthorize/obj/Debug/MvcAuthorize.pdb
ISSAuthorize/MvcAuthorize/obj/Debug/Package/
ISSAuthorize/MvcAuthorize/obj/Debug/Package/MvcAuthorize.deploy-readme.txt
ISSAuthorize/MvcAuthorize/obj/Debug/Package/MvcAuthorize.deploy.cmd
ISSAuthorize/MvcAuthorize/obj/Debug/Package/MvcAuthorize.SetParameters.xml
ISSAuthorize/MvcAuthorize/obj/Debug/Package/MvcAuthorize.SourceManifest.xml
ISSAuthorize/MvcAuthorize/obj/Debug/Package/MvcAuthorize.zip
ISSAuthorize/MvcAuthorize/obj/Debug/Package/PackageTmp/
ISSAuthorize/MvcAuthorize/obj/Debug/Package/PackageTmp/bin/
ISSAuthorize/MvcAuthorize/obj/Debug/Package/PackageTmp/bin/MvcAuthorize.dll
ISSAuthorize/MvcAuthorize/obj/Debug/Package/PackageTmp/bin/MvcAuthorize.pdb
ISSAuthorize/MvcAuthorize/obj/Debug/Package/PackageTmp/Content/
ISSAuthorize/MvcAuthorize/obj/Debug/Package/PackageTmp/Content/Site.css
ISSAuthorize/MvcAuthorize/obj/Debug/Package/PackageTmp/Global.asax
ISSAuthorize/MvcAuthorize/obj/Debug/Package/Packa

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com