AuthenticationType 列挙体
認証モードを定義します。
名前空間: Microsoft.ReportingServices.Interfaces
アセンブリ: Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
構文
'宣言
Public Enumeration AuthenticationType
'使用
Dim instance As AuthenticationType
public enum AuthenticationType
public enum class AuthenticationType
type AuthenticationType
public enum AuthenticationType
メンバー
メンバー名 | 説明 | |
---|---|---|
Federation | フェデレーション認証を指定します。 | |
Forms | 認証モードとして ASP.NET フォームベースの認証を指定します (値 = 3)。 | |
None | 認証なしを指定します (値 = 0)。 | |
Passport | 認証モードとして Microsoft Passport を指定します。この認証モードは、追加設定なしではサポートされません (値 = 2)。 | |
SharePointTrustedUser | 認証モードとして SharePoint の信頼されたユーザーを指定します (値 = 4)。 | |
Windows | 認証モードとして Windows を指定します。このモードは、基本、NTLM、またはネゴシエートを使用している場合に適用されます。 |