Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim instance As IWSTrust13SyncContract
Dim message As Message
Dim returnValue As Message
returnValue = instance.ProcessTrust13IssueResponse(message)
|
Syntax
Visual Basic |
<OperationContractAttribute(Name:="Trust13IssueResponse", Action:="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Issue", ReplyAction:="*")> _
Function ProcessTrust13IssueResponse ( _
message As Message _
) As Message
|
C# |
[OperationContractAttribute(Name="Trust13IssueResponse", Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Issue", ReplyAction="*")]
Message ProcessTrust13IssueResponse (
Message message
)
|
C++ |
[OperationContractAttribute(Name=L"Trust13IssueResponse", Action=L"http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Issue", ReplyAction=L"*")]
Message^ ProcessTrust13IssueResponse (
Message^ message
)
|
J# |
/** @attribute OperationContractAttribute(Name="Trust13IssueResponse", Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Issue", ReplyAction="*") */
Message ProcessTrust13IssueResponse (
Message message
)
|
JScript |
OperationContractAttribute(Name="Trust13IssueResponse", Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Issue", ReplyAction="*")
function ProcessTrust13IssueResponse (
message : Message
) : Message
|
Parameters
- message
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also