Clase ReportServiceAuthentication
Contains the methods and properties to authenticate a user against a report server when the SharePoint Web application is configured for Forms Authentication.
Jerarquía de herencia
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
System.Web.Services.Protocols. . :: . .WebClientProtocol
System.Web.Services.Protocols. . :: . .HttpWebClientProtocol
System.Web.Services.Protocols. . :: . .SoapHttpClientProtocol
ReportServiceAuthentication..::..ReportServiceAuthentication
Espacio de nombres: ReportServiceAuthentication
Ensamblado: ReportServiceAuthentication (en ReportServiceAuthentication.dll)
Sintaxis
'Declaración
<WebServiceBindingAttribute(Name := "ReportServiceAuthenticationSoap", Namespace := "https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")> _
Public Class ReportServiceAuthentication _
Inherits SoapHttpClientProtocol
'Uso
Dim instance As ReportServiceAuthentication
[WebServiceBindingAttribute(Name = "ReportServiceAuthenticationSoap", Namespace = "https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")]
public class ReportServiceAuthentication : SoapHttpClientProtocol
[WebServiceBindingAttribute(Name = L"ReportServiceAuthenticationSoap", Namespace = L"https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")]
public ref class ReportServiceAuthentication : public SoapHttpClientProtocol
[<WebServiceBindingAttribute(Name = "ReportServiceAuthenticationSoap", Namespace = "https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")>]
type ReportServiceAuthentication =
class
inherit SoapHttpClientProtocol
end
public class ReportServiceAuthentication extends SoapHttpClientProtocol
El tipo ReportServiceAuthentication expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ReportServiceAuthentication | Initializes a new instance of the ReportServiceAuthentication class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AllowAutoRedirect | (Se hereda de HttpWebClientProtocol.) | |
CanRaiseEvents | (Se hereda de Component.) | |
ClientCertificates | (Se hereda de HttpWebClientProtocol.) | |
ConnectionGroupName | (Se hereda de WebClientProtocol.) | |
Container | (Se hereda de Component.) | |
CookieContainer | (Se hereda de HttpWebClientProtocol.) | |
Credentials | (Se hereda de WebClientProtocol.) | |
DesignMode | (Se hereda de Component.) | |
EnableDecompression | (Se hereda de HttpWebClientProtocol.) | |
Events | (Se hereda de Component.) | |
PreAuthenticate | (Se hereda de WebClientProtocol.) | |
Proxy | (Se hereda de HttpWebClientProtocol.) | |
RequestEncoding | (Se hereda de WebClientProtocol.) | |
Site | (Se hereda de Component.) | |
SoapVersion | (Se hereda de SoapHttpClientProtocol.) | |
Timeout | (Se hereda de WebClientProtocol.) | |
UnsafeAuthenticatedConnectionSharing | (Se hereda de HttpWebClientProtocol.) | |
Url | (Se hereda de WebClientProtocol.) | |
UseDefaultCredentials | (Se hereda de WebClientProtocol.) | |
UserAgent | (Se hereda de HttpWebClientProtocol.) |
Arriba
Métodos
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.