BotDetect ASP.NET CAPTCHA
BotDetect ASP.NET 驗證碼
BotDetect ™ 是一款防止使用驗證碼圖像 ASP.NET 表單的自動的提交。ASP.NET 自訂 Web 控制項
和 Html.Captcha ASP.NET MVC 驗證碼,説明器生成和驗證圖像專門設計出來的是到達當前電腦視覺和 OCR 技術的同類最佳的驗證碼。
The controls provide an audio Captcha alternative as well, to keep ASP.NET web applications accessible to the blind and other people for whom reading the Captcha code could be a problem, enabling you to make WCAG and Section 508 compliant websites.
The BotDetect ASP.NET CAPTCHA Control
BotDetect ASP.NET 驗證碼控制項
這種高安全性的驗證碼保護可以添加 ASP.NET 表單在 Visual Studio 設計器中,使用拖放這種高安全性驗證碼保護,或完全對 web 設定檔中自訂和隨機代碼。該控制項還配有大量的 C# 和 VB.NET 代碼示例演示,驗證碼保護的各種 ASP.NET 使用方案,具有許多可用的驗證碼功能。
SAML for ASP.NET 安全斷言標記語言(SAML)控件是一款工具包。它為SAML 2.0版本單點登陸到ASP.NET應用程式添加了支持。它同樣為SAML斷言的自定義運用而在網絡服務應用程式中使用了SAML斷言安全代符。
Example Projects
Example ASP.NET projects written in C#, with full source code, are included. The examples demonstrate:
Acting as the SAML service provider (SP)
Acting as the SAML identity provider (IdP)
Service provider initiated SSO
Identity provider initiated SSO
Setting and retrieving SAML attributes
Logout
SAML metadata creation and consumption
OWIN ASP.NET Identity integration
High-Level API
A high-level, configuration-driven API provides a very simple to use interface that hides the mechanics of SAML SSO. This makes it easy to add SSO functionality to your web application with just a few lines of code. Configuration changes, including adding support for additional partner identity providers or service providers, may be made with zero code changes.
Initiating SAML SSO from the SP
Initiating SAML SSO from the IdP
Receiving the SAML Response at the SP
Low-Level API
A low-level API provides complete control and flexibility. The API provides accesses to the SAML profiles, protocols, bindings, assertions and metadata. The high-level API is implemented using the low-level API. For most scenarios, the high-level API provides all the control you need in a simpler interface. For those situations where this isn’t enough, the low-level API is available.
SAML v2.0 Specification Compliance
SAML Profiles
All SAML v2.0 profiles are fully supported, acting as either the identity provider or service provider.
Web browser single sign-on (identity provider and service provider initiated)
Single logout
Artifact resolution
Identity provider discovery
Authentication, attribute and assertion query
Name identifier management and mapping
SAML Assertions
SAML v2.0 assertions are fully supported.
Create, modify and access SAML assertions
Serialize SAML assertions to and from XML
Generate and verify XML signatures on SAML assertions
Encrypt and decrypt SAML assertions, attributes and identifiers
SAML Protocols
All SAML v2.0 protocols are fully supported.
Create, modify and access SAML protocol messages
Serialize SAML messages to and from XML
Generate and verify XML signatures on SAML messages
SAML Metadata
SAML v2.0 metadata is fully supported.
Create, modify and access all SAML metadata
Serialize SAML metadata to and from XML
Generate and verify XML signatures on SAML metadata
SAML Bindings
All SAML v2.0 bindings are fully supported.
HTTP POST
HTTP Redirect
HTTP Artifact
SOAP...