IAuthenticationExtension Interface
Represents an authentication extension in SQL Server Reporting Services.
命名空間: Microsoft.ReportingServices.Interfaces
組件: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
語法
'宣告
Public Interface IAuthenticationExtension
Inherits IExtension
public interface IAuthenticationExtension : IExtension
public interface class IAuthenticationExtension : IExtension
public interface IAuthenticationExtension extends IExtension
public interface IAuthenticationExtension extends IExtension
備註
The IAuthenticationExtension interface in Reporting Services enables your security extension to specify a custom way for the report server to authenticate users. To create an authentication extension class, implement IAuthenticationExtension.
Your authentication extension should provide implementations for the LogonUser, GetUserInfo, and IsValidPrincipalName methods. Implementing IAuthenticationExtension enables your security extension to validate user credentials against a specified authority and enables the report server to access user information.
The primary way in which you can implement a custom authentication extension is through the use of Forms authentication. For more information, see "Forms Authentication Provider" in your .NET Framework Developer's Guide.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
IAuthenticationExtension Members
Microsoft.ReportingServices.Interfaces Namespace