次の方法で共有


IWSTrust13SyncContract.ProcessTrust13RenewResponse メソッド

名前空間: Microsoft.IdentityModel.Protocols.WSTrust
アセンブリ: Microsoft.IdentityModel (microsoft.identitymodel.dll 中)

使用方法

    Dim instance As IWSTrust13SyncContract
Dim message As Message
Dim returnValue As Message

returnValue = instance.ProcessTrust13RenewResponse(message)

構文

'宣言
<OperationContractAttribute(Name:="Trust13RenewResponse", Action:="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Renew", ReplyAction:="*")> _
Function ProcessTrust13RenewResponse ( _
    message As Message _
) As Message
[OperationContractAttribute(Name="Trust13RenewResponse", Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Renew", ReplyAction="*")] 
Message ProcessTrust13RenewResponse (
    Message message
)
[OperationContractAttribute(Name=L"Trust13RenewResponse", Action=L"http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Renew", ReplyAction=L"*")] 
Message^ ProcessTrust13RenewResponse (
    Message^ message
)
/** @attribute OperationContractAttribute(Name="Trust13RenewResponse", Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Renew", ReplyAction="*") */ 
Message ProcessTrust13RenewResponse (
    Message message
)
OperationContractAttribute(Name="Trust13RenewResponse", Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Renew", ReplyAction="*") 
function ProcessTrust13RenewResponse (
    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 名前空間