次の方法で共有


Authentication クラス (websvcListDataRetrieval)

バックエンド サーバーへの接続に使用される認証モードを表します。

名前空間: websvcListDataRetrieval
アセンブリ: STSSOAP (stssoap.dll 内)

構文

'宣言
<SerializableAttribute> _
<XmlRootAttribute("authentication", Namespace:="https://schemas.microsoft.com/sharepoint/dsp", IsNullable:=False)> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<DebuggerStepThroughAttribute> _
<DesignerCategoryAttribute("code")> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/sharepoint/dsp")> _
Public Class Authentication
    Inherits SoapHeader
'使用
Dim instance As Authentication
[SerializableAttribute] 
[XmlRootAttribute("authentication", Namespace="https://schemas.microsoft.com/sharepoint/dsp", IsNullable=false)] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[DebuggerStepThroughAttribute] 
[DesignerCategoryAttribute("code")] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sharepoint/dsp")] 
public class Authentication : SoapHeader

備考

Authentication Web サービスは、<dsp:authentication> SOAP ヘッダーに対応しています。

継承階層

System.Object
   System.Web.Services.Protocols.SoapHeader
    websvcListDataRetrieval.Authentication

スレッドの安全性

この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。

関連項目

参照

Authentication メンバ
websvcListDataRetrieval 名前空間