IWSTrustContract.Renew (Método)
Method for Renew binding for WS-Trust.
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As IWSTrustContract Dim message As Message Dim returnValue As Message returnValue = instance.Renew(message)
Sintaxis
'Declaración
<OperationContractAttribute(Name:="Renew", Action:="*", ReplyAction:="*")> _
Function Renew ( _
message As Message _
) As Message
[OperationContractAttribute(Name="Renew", Action="*", ReplyAction="*")]
Message Renew (
Message message
)
[OperationContractAttribute(Name=L"Renew", Action=L"*", ReplyAction=L"*")]
Message^ Renew (
Message^ message
)
/** @attribute OperationContractAttribute(Name="Renew", Action="*", ReplyAction="*") */
Message Renew (
Message message
)
OperationContractAttribute(Name="Renew", Action="*", ReplyAction="*")
function Renew (
message : Message
) : Message
Parámetros
- message
The Request Message that contains a RST.
Valor devuelto
Returns Message. This is the response message that contains 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
IWSTrustContract (Interfaz)
IWSTrustContract (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)