共用方式為


IWindowsAuthenticationExtension 介面

Represents a Windows Authentication extension in SQL Server Reporting Services.

命名空間:  Microsoft.ReportingServices.Interfaces
組件:   Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.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.

上層

請參閱

參考

Microsoft.ReportingServices.Interfaces 命名空間