AuthenticationType 열거형
Defines the modes of authentication.
네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces
Microsoft.ReportingServices.SharePoint.UI.WebParts.dll의 Microsoft.ReportingServices.SharePoint.UI.WebParts
구문
‘선언
Public Enumeration AuthenticationType
‘사용 방법
Dim instance As AuthenticationType
public enum AuthenticationType
public enum class AuthenticationType
type AuthenticationType
public enum AuthenticationType
멤버
멤버 이름 | 설명 | |
---|---|---|
None | Specifies no authentication. (Value = 0) | |
Windows | Specifies Windows as the authentication mode. This mode applies when using Basic, NTLM, or Negotiate. | |
Passport | Specifies Microsoft Passport as the authentication mode. This authentication mode is not supported out-of-the box. (Value = 2) | |
Forms | Specifies ASP.NET forms-based authentication as the authentication mode. (Value = 3) | |
SharePointTrustedUser | Specifies SharePoint trusted user as the authentication mode. (Value = 4) |