IWSTrust13SyncContract.ProcessTrust13ValidateResponse メソッド
名前空間: Microsoft.IdentityModel.Protocols.WSTrust
アセンブリ: Microsoft.IdentityModel (microsoft.identitymodel.dll 中)
使用方法
Dim instance As IWSTrust13SyncContract Dim message As Message Dim returnValue As Message returnValue = instance.ProcessTrust13ValidateResponse(message)
構文
'宣言
<OperationContractAttribute(Name:="Trust13ValidateResponse", Action:="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Validate", ReplyAction:="*")> _
Function ProcessTrust13ValidateResponse ( _
message As Message _
) As Message
[OperationContractAttribute(Name="Trust13ValidateResponse", Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Validate", ReplyAction="*")]
Message ProcessTrust13ValidateResponse (
Message message
)
[OperationContractAttribute(Name=L"Trust13ValidateResponse", Action=L"http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Validate", ReplyAction=L"*")]
Message^ ProcessTrust13ValidateResponse (
Message^ message
)
/** @attribute OperationContractAttribute(Name="Trust13ValidateResponse", Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Validate", ReplyAction="*") */
Message ProcessTrust13ValidateResponse (
Message message
)
OperationContractAttribute(Name="Trust13ValidateResponse", Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Validate", ReplyAction="*")
function ProcessTrust13ValidateResponse (
message : Message
) : Message
パラメーター
- message
スレッド セーフ
この型のパブリックな静的 (Visual Basic では共有) メンバーは、すべてスレッド セーフです。インスタンス メンバーはすべて、スレッド セーフであることが保証されません。
プラットフォーム
開発プラットフォーム
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
関連項目
参照
IWSTrust13SyncContract インターフェイス
IWSTrust13SyncContract メンバー
Microsoft.IdentityModel.Protocols.WSTrust 名前空間