登录
首页 » C# » SSO

SSO

于 2008-12-16 发布 文件大小:666KB
0 108
下载积分: 1 下载次数: 24

代码说明:

  sso 另外一个sample程序 c#开发 openid(sso another sample program c# development openid)

文件列表:

SSO
...\ADNotesComparison
...\.................\ADNotesComparison.resx
...\.................\ADNotesComparison.sln
...\.................\ADNotesComparison.vb
...\.................\ADNotesComparison.vbproj
...\.................\ADNotesComparison.vbproj.user
...\.................\AssemblyInfo.vb
...\.................\bin
...\.................\...\ADNotesComparison.exe
...\.................\...\ADNotesComparison.pdb
...\.................\...\ADNotesComparison.vshost.exe
...\.................\...\ADNotesComparison.xml
...\.................\...\Interop.ACTIVEXLib.dll
...\.................\...\Interop.LCC11.dll
...\.................\...\Interop.Microsoft.Office.Core.dll
...\.................\...\Interop.MODI.dll
...\.................\...\Interop.MsoEuro.dll
...\.................\...\Interop.MSORUNLib.dll
...\.................\...\Interop.MSOSOAPLib30.dll
...\.................\...\Interop.MSXML2.dll
...\.................\...\Interop.WinInetConnectorLib.dll
...\.................\My Project
...\.................\obj
...\.................\...\ADNotesComparison.vbproj.FileList.txt
...\.................\...\Debug
...\.................\...\.....\ADNotesComparison.Form1.resources
...\.................\...\.....\ADNotesComparison.pdb
...\.................\...\.....\ADNotesComparison.vbproj.GenerateResource.Cache
...\.................\...\.....\ADNotesComparison.vbproj.ResolveComReference.cache
...\.................\...\.....\ADNotesComparison.xml
...\.................\...\.....\Interop.ACTIVEXLib.dll
...\.................\...\.....\Interop.LCC11.dll
...\.................\...\.....\Interop.Microsoft.Office.Core.dll
...\.................\...\.....\Interop.MODI.dll
...\.................\...\.....\Interop.MsoEuro.dll
...\.................\...\.....\Interop.MSORUNLib.dll
...\.................\...\.....\Interop.MSOSOAPLib30.dll
...\.................\...\.....\Interop.MSXML2.dll
...\.................\...\.....\Interop.WinInetConnectorLib.dll
...\.................\...\.....\Microsoft.Office.Interop.Owc11.dll
...\.................\...\.....\ResolveAssemblyReference.cache
...\.................\...\.....\TempPE
...\.................\UpgradeLog.XML
...\.................\_UpgradeReport_Files
...\.................\....................\UpgradeReport.css
...\.................\....................\UpgradeReport.xslt
...\.................\....................\UpgradeReport_Minus.gif
...\.................\....................\UpgradeReport_Plus.gif
...\App_Code
...\........\AssemblyInfo.vb
...\........\Global.asax.vb
...\........\ValidUserForApplication.asmx.vb
...\ConversionReport.txt
...\FindUserGUID
...\............\App_Code
...\............\........\AssemblyInfo.vb
...\............\........\Global.asax.vb
...\............\App_Data
...\............\ConversionReport.txt
...\............\FindUserGUID.aspx
...\............\FindUserGUID.aspx.resx
...\............\FindUserGUID.aspx.vb
...\............\FindUserGUID.sln
...\............\Global.asax
...\............\Global.asax.resx
...\............\Styles.css
...\............\UpgradeLog.XML
...\............\web.config
...\............\_UpgradeReport_Files
...\............\....................\UpgradeReport.css
...\............\....................\UpgradeReport.xslt
...\............\....................\UpgradeReport_Minus.gif
...\............\....................\UpgradeReport_Plus.gif
...\Global.asax
...\Global.asax.resx
...\UpgradeLog.XML
...\ValidUserForApplication.asmx
...\ValidUserForApplication.asmx.resx
...\ValidUserForApplicationService
...\..............................\App_Code
...\..............................\........\AssemblyInfo.vb
...\..............................\........\Global.asax.vb
...\..............................\........\ValidUserForApplication.asmx.vb
...\..............................\ConversionReport.txt
...\..............................\Global.asax
...\..............................\Global.asax.resx
...\..............................\UpgradeLog.XML
...\..............................\ValidUserForApplication.asmx
...\..............................\ValidUserForApplication.asmx.resx
...\..............................\ValidUserForApplicationService.sln
...\..............................\Web.config
...\..............................\_UpgradeReport_Files
...\..............................\....................\UpgradeReport.css
...\..............................\....................\UpgradeReport.xslt
...\..............................\....................\UpgradeReport_Minus.gif
...\..............................\....................\UpgradeReport_Plus.gif
...\ValidUserForApplicationService.sln
...\Web.config
...\_UpgradeReport_Files

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • castle
    *what is this? a small castle adventure room(ran-file) viewer *controls? w for next room, s for previous room q or ESC for exit v toggles between view and walk mode use w , a , s , d in walk mode *i can t see the hole room? resize your window (25-30 needed) *what is castleD.exe? the debug build *build system? visualc 6(sp5), winxp(sp1) *how to build? load the castle.dsw in your visualc6 (or above) and press F9(run) or F5(debug) *other questions? no? - thx Source code features: *no design *no oop *no portability *globals *no nameing convention *defines *bad names *a good "do not" example
    2013-04-15 21:47:07下载
    积分:1
  • Programming_In_Lua
    Lua 就被设计成很容易和传统的 C/C++整合的语言。这种语言的二元性带 来了极大的好处。Lua 是一个小巧而简单的语言,因为 Lua 不致力于做 C 语言已经做得 很好的领域,比如:性能、底层操作以及与第三方软件的接口。Lua 依赖于 C 去做完成 这些任务。Lua 所提供的机制是 C 不善于的:高级语言、动态结构、简洁、易于测试和 调试等。正因为如此,Lua 具有良好的安全保证,自动内存管理,简便的字符串处理功 能及其他动态数据的改变。(Lua was designed to be easily integrated with the traditional C/C++ language. The duality of the language To the great benefits. Lua is a small and simple language, because the Lua is not committed to doing the C language has done Good domain, such as performance, the underlying operating and the interface with third party software. Lua is dependent on C to complete These tasks. Lua mechanism is provided by C are not good at: a high-level language, dynamic structure, concise, easy to test and Debugging, etc. Because of this, the Lua has good security, automatic memory management, simple string handling work Can change, and other dynamic data.)
    2014-12-26 16:52:07下载
    积分:1
  • yuzhifenge
    说明:  标识物体测量面积周长VC++源代码,希望对大家有用(Identify objects, measuring an area of perimeter VC++ source code, want to be useful to everyone)
    2021-03-04 18:49:32下载
    积分:1
  • V4-RS485-MODBUS-U3
    基于安富莱Modbus从站测试,更改端口至串口3,测试没问题可用。(Based on Ann Fuller Modbus slave test, change the port to port 3, the test no problem available.)
    2016-08-03 16:51:08下载
    积分:1
  • VSPD-VisualC-6
    可虛擬兩個RS-232或者是多個RS-232互傳資訊,此源码維VisualC-6所編寫。(Can be a virtual two RS-232 or RS-232 over pass each other information, this source code written by Victoria VisualC-6.)
    2020-11-27 09:09:29下载
    积分:1
  • embedded-server-EA02_V2
    嵌入式Web服务器(以太网络远程控制开关)EA02使用说明书(Embedded server,remote control switch)
    2015-06-08 18:23:27下载
    积分:1
  • vectores
    Program that calculates the product of 2 vectors Devc++
    2014-04-15 07:11:41下载
    积分:1
  • Book-Part-II-Code2-5
    DirectX 9.0 3D 游戏开发编程基础 对初学者很有用
    2013-12-18 22:23:44下载
    积分:1
  • NetTraffic_MFC
    利用CButton模拟的网络流量统计控件,可作为学习(The use of simulation CButton controls the network traffic statistics can be used as learning)
    2009-05-01 15:29:08下载
    积分:1
  • shm100
    共享内存源代码,本人提供共享内存操作的库文件(Shared memory source code, I provide the shared memory operation library file)
    2016-05-08 01:04:39下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载