WSTrustMessage.Lifetime Propiedad

Definición

Obtiene o establece el contenido del elemento wst:Lifetime dentro de un mensaje de RequestSecurityToken (RST).

public:
 property System::IdentityModel::Protocols::WSTrust::Lifetime ^ Lifetime { System::IdentityModel::Protocols::WSTrust::Lifetime ^ get(); void set(System::IdentityModel::Protocols::WSTrust::Lifetime ^ value); };
public System.IdentityModel.Protocols.WSTrust.Lifetime Lifetime { get; set; }
member this.Lifetime : System.IdentityModel.Protocols.WSTrust.Lifetime with get, set
Public Property Lifetime As Lifetime

Valor de propiedad

Lifetime que representa el tiempo deseado durante el que el token devuelto será válido.

Comentarios

Este elemento opcional especifica el intervalo de tiempo deseado durante el cual el token de seguridad devuelto es válido.

Se aplica a