ReportServiceAuthentication.GetAuthenticationMode 方法

定义

获取 SharePoint Web 应用程序使用的身份验证方案。

public:
 ReportServiceAuthentication::AuthenticationMode GetAuthenticationMode();
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices/GetAuthenticationMode", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
public ReportServiceAuthentication.AuthenticationMode GetAuthenticationMode ();
[<System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices/GetAuthenticationMode", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices", Use=System.Web.Services.Description.SoapBindingUse.Literal)>]
member this.GetAuthenticationMode : unit -> ReportServiceAuthentication.AuthenticationMode
Public Function GetAuthenticationMode () As AuthenticationMode

返回

一个 AuthenticationMode 枚举器值,表示为 SharePoint Web 应用程序配置的身份验证方案。

属性

适用于