Definition of a Issue method for WS-Trut 1.3
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.ProcessTrust13Issue(message)

Syntax

Visual Basic
<OperationContractAttribute(Name:="Trust13Issue", Action:="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue", ReplyAction:="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTRC/IssueFinal")> _
Function ProcessTrust13Issue ( _
		message As Message _
) As Message
C#
[OperationContractAttribute(Name="Trust13Issue", Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue", ReplyAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTRC/IssueFinal")] 
Message ProcessTrust13Issue (
		Message message
)
C++
[OperationContractAttribute(Name=L"Trust13Issue", Action=L"http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue", ReplyAction=L"http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTRC/IssueFinal")] 
Message^ ProcessTrust13Issue (
		Message^ message
)
J#
/** @attribute OperationContractAttribute(Name="Trust13Issue", Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue", ReplyAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTRC/IssueFinal") */ 
Message ProcessTrust13Issue (
		Message message
)
JScript
OperationContractAttribute(Name="Trust13Issue", Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue", ReplyAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTRC/IssueFinal") 
function ProcessTrust13Issue (
		message : Message
) : Message

Parameters

message

The Request Message that contains a RST.

Return Value

Response message containing the RSTR.

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