AuthenticationType 열거형

Defines the modes of authentication.

네임스페이스:  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 Specifies federated authentication.
Forms Specifies ASP.NET forms-based authentication as the authentication mode. (Value = 3)
None Specifies no authentication. (Value = 0)
Passport Specifies Microsoft Passport as the authentication mode. This authentication mode is not supported out-of-the box. (Value = 2)
SharePointTrustedUser Specifies SharePoint trusted user as the authentication mode. (Value = 4)
Windows Specifies Windows as the authentication mode. This mode applies when using Basic, NTLM, or Negotiate.

참고 항목

참조

Microsoft.ReportingServices.Interfaces 네임스페이스