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 | Passport 인증 모드. |
Windows | 1 | Windows 인증 모드입니다. |