Definition of a Issue method for WS-Trut 1.3
Пространство имен: Microsoft.IdentityModel.Protocols.WSTrust
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As IWSTrust13SyncContract
Dim message As Message
Dim returnValue As Message

returnValue = instance.ProcessTrust13Issue(message)

Синтаксис

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

Параметры

message

The Request Message that contains a RST.

Возвращаемое значение

Response message containing the RSTR.

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

См. также