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에서 상속됨) |
맨 위로 이동
메서드
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.