次の方法で共有


IWindowsAuthenticationExtension インターフェイス

SQL Server Reporting Services の Windows 認証拡張機能を表します。

名前空間:  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 ユーザー インターフェイスに表示される拡張機能のローカライズされた名前を取得します。 (IExtension から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド GetUserInfo 現在のユーザー ID を返します。 (IAuthenticationExtension から継承されています。)
パブリック メソッド IsValidPrincipalName 指定したプリンシパル名が有効かどうかを示します。 (IAuthenticationExtension から継承されています。)
パブリック メソッド LogonUser 指定された資格情報に関連付けられたユーザーのログオン セッションを作成します。 (IAuthenticationExtension から継承されています。)
パブリック メソッド PrincipalNameToSid 指定されたプリンシパル名の Windows SID を取得します。
パブリック メソッド SetConfiguration 拡張機能にカスタム構成データを渡すために使用されます。 (IExtension から継承されています。)
パブリック メソッド SidToPrincipalName 指定された Windows SID のプリンシパル名を取得します。

先頭に戻る

関連項目

参照

Microsoft.ReportingServices.Interfaces 名前空間