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