Compartir a través de


IWSTrustFeb2005SyncContract.ProcessTrustFeb2005Issue (Método)

Definition of a Issue method for WS-Trut Feb 2005

Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim instance As IWSTrustFeb2005SyncContract
Dim message As Message
Dim returnValue As Message

returnValue = instance.ProcessTrustFeb2005Issue(message)

Sintaxis

'Declaración
<OperationContractAttribute(Name:="TrustFeb2005Issue", Action:="https://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue", ReplyAction:="https://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue")> _
Function ProcessTrustFeb2005Issue ( _
    message As Message _
) As Message
[OperationContractAttribute(Name="TrustFeb2005Issue", Action="https://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue", ReplyAction="https://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue")] 
Message ProcessTrustFeb2005Issue (
    Message message
)
[OperationContractAttribute(Name=L"TrustFeb2005Issue", Action=L"https://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue", ReplyAction=L"https://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue")] 
Message^ ProcessTrustFeb2005Issue (
    Message^ message
)
/** @attribute OperationContractAttribute(Name="TrustFeb2005Issue", Action="https://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue", ReplyAction="https://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue") */ 
Message ProcessTrustFeb2005Issue (
    Message message
)
OperationContractAttribute(Name="TrustFeb2005Issue", Action="https://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue", ReplyAction="https://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue") 
function ProcessTrustFeb2005Issue (
    message : Message
) : Message

Parámetros

  • message
    The Request Message that contains a RST.

Valor devuelto

Response message containing the RSTR.

Seguridad para subprocesos

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Server 2003, Windows Vista

Target Platforms

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

Vea también

Referencia

IWSTrustFeb2005SyncContract (Interfaz)
IWSTrustFeb2005SyncContract (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)