AuthenticationMode 列舉

定義

代表為 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

表單認證模式。

適用於