Compartir a través de


WSTrustServiceContract.EndTrust13Renew (Método)

Complete an Asynchronous call to Trust 1.3 Renew message.

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

Uso

    Dim instance As WSTrustServiceContract
Dim ar As IAsyncResult
Dim returnValue As Message

returnValue = instance.EndTrust13Renew(ar)

Sintaxis

'Declaración
Public Function EndTrust13Renew ( _
    ar As IAsyncResult _
) As Message
public Message EndTrust13Renew (
    IAsyncResult ar
)
public:
virtual Message^ EndTrust13Renew (
    IAsyncResult^ ar
) sealed
public final Message EndTrust13Renew (
    IAsyncResult ar
)
public final function EndTrust13Renew (
    ar : IAsyncResult
) : Message

Parámetros

  • ar
    IAsyncResult object returned by the Begin method that started the Synchronous call.

Valor devuelto

Message containing the Serialized 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

WSTrustServiceContract (Clase)
WSTrustServiceContract (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)