IWSTrustFeb2005SyncContract.ProcessTrustFeb2005Renew (Método)
Definition of a Renew 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.ProcessTrustFeb2005Renew(message)
Sintaxis
'Declaración
<OperationContractAttribute(Name:="TrustFeb2005Renew", Action:="https://schemas.xmlsoap.org/ws/2005/02/trust/RST/Renew", ReplyAction:="https://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Renew")> _
Function ProcessTrustFeb2005Renew ( _
message As Message _
) As Message
[OperationContractAttribute(Name="TrustFeb2005Renew", Action="https://schemas.xmlsoap.org/ws/2005/02/trust/RST/Renew", ReplyAction="https://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Renew")]
Message ProcessTrustFeb2005Renew (
Message message
)
[OperationContractAttribute(Name=L"TrustFeb2005Renew", Action=L"https://schemas.xmlsoap.org/ws/2005/02/trust/RST/Renew", ReplyAction=L"https://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Renew")]
Message^ ProcessTrustFeb2005Renew (
Message^ message
)
/** @attribute OperationContractAttribute(Name="TrustFeb2005Renew", Action="https://schemas.xmlsoap.org/ws/2005/02/trust/RST/Renew", ReplyAction="https://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Renew") */
Message ProcessTrustFeb2005Renew (
Message message
)
OperationContractAttribute(Name="TrustFeb2005Renew", Action="https://schemas.xmlsoap.org/ws/2005/02/trust/RST/Renew", ReplyAction="https://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Renew")
function ProcessTrustFeb2005Renew (
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)