ReportServiceAuthentication.GetAuthenticationMode Method

Definition

Gets the authentication scheme used by the SharePoint Web application.

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

Returns

A AuthenticationMode enumerator value that represents the authentication scheme that the SharePoint Web application is configured for.

Attributes

Applies to