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
- 屬性
欄位
| 名稱 | 值 | Description |
|---|---|---|
| None | 0 | 沒有驗證模式。 |
| Windows | 1 | Windows 驗證 模式。 |
| Passport | 2 | 護照驗證模式。 |
| Forms | 3 | 表單認證模式。 |