IWindowsAuthenticationExtension 接口

Represents a Windows Authentication extension in SQL Server Reporting Services.

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:   Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)

语法

声明
Public Interface IWindowsAuthenticationExtension _
    Inherits IAuthenticationExtension, IExtension
用法
Dim instance As IWindowsAuthenticationExtension
public interface IWindowsAuthenticationExtension : IAuthenticationExtension, 
    IExtension
public interface class IWindowsAuthenticationExtension : IAuthenticationExtension, 
    IExtension
type IWindowsAuthenticationExtension =  
    interface
        interface IAuthenticationExtension
        interface IExtension
    end
public interface IWindowsAuthenticationExtension extends IAuthenticationExtension, IExtension

IWindowsAuthenticationExtension 类型公开以下成员。

属性

  名称 说明
公共属性 LocalizedName Gets the localized name of the extension to be displayed in a user interface. (从 IExtension 继承。)

页首

方法

  名称 说明
公共方法 GetUserInfo Returns the current user identity. (从 IAuthenticationExtension 继承。)
公共方法 IsValidPrincipalName Indicates whether the specified principal name is valid. (从 IAuthenticationExtension 继承。)
公共方法 LogonUser Creates a logon session for the user associated with the given credentials. (从 IAuthenticationExtension 继承。)
公共方法 PrincipalNameToSid Gets the Windows SID for the given principal name.
公共方法 SetConfiguration Used to pass custom configuration data to an extension. (从 IExtension 继承。)
公共方法 SidToPrincipalName Gets the principal name for the given Windows SID.

页首