ReportServiceAuthentication 類別
Contains the methods and properties to authenticate a user against a report server when the SharePoint Web application is configured for Forms Authentication.
繼承階層
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
ReportServiceAuthentication.ReportServiceAuthentication
命名空間: ReportServiceAuthentication
組件: ReportServiceAuthentication (在 ReportServiceAuthentication.dll 中)
語法
'宣告
<WebServiceBindingAttribute(Name := "ReportServiceAuthenticationSoap", Namespace := "https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")> _
Public Class ReportServiceAuthentication _
Inherits SoapHttpClientProtocol
'用途
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
ReportServiceAuthentication 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
ReportServiceAuthentication | Initializes a new instance of the ReportServiceAuthentication class. |
上層
屬性
名稱 | 說明 | |
---|---|---|
AllowAutoRedirect | (繼承自 HttpWebClientProtocol。) | |
CanRaiseEvents | (繼承自 Component。) | |
ClientCertificates | (繼承自 HttpWebClientProtocol。) | |
ConnectionGroupName | (繼承自 WebClientProtocol。) | |
Container | (繼承自 Component。) | |
CookieContainer | (繼承自 HttpWebClientProtocol。) | |
Credentials | (繼承自 WebClientProtocol。) | |
DesignMode | (繼承自 Component。) | |
EnableDecompression | (繼承自 HttpWebClientProtocol。) | |
Events | (繼承自 Component。) | |
PreAuthenticate | (繼承自 WebClientProtocol。) | |
Proxy | (繼承自 HttpWebClientProtocol。) | |
RequestEncoding | (繼承自 WebClientProtocol。) | |
Site | (繼承自 Component。) | |
SoapVersion | (繼承自 SoapHttpClientProtocol。) | |
Timeout | (繼承自 WebClientProtocol。) | |
UnsafeAuthenticatedConnectionSharing | (繼承自 HttpWebClientProtocol。) | |
Url | (繼承自 WebClientProtocol。) | |
UseDefaultCredentials | (繼承自 WebClientProtocol。) | |
UserAgent | (繼承自 HttpWebClientProtocol。) |
上層
方法
上層
事件
名稱 | 說明 | |
---|---|---|
Disposed | (繼承自 Component。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。