AuthenticationMode 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SharePoint 統合モード用に構成されたレポート サーバーで使用できる別の認証スキームを表します。
public enum class AuthenticationMode
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.42")]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")]
[System.Serializable]
public enum AuthenticationMode
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.42")>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")>]
[<System.Serializable>]
type AuthenticationMode =
Public Enum AuthenticationMode
- 継承
-
AuthenticationMode
- 属性
フィールド
Forms | 3 | フォーム認証モード。 |
None | 0 | 認証モードなし。 |
Passport | 2 | パスポート認証モード。 |
Windows | 1 | Windows 認証 モード。 |