Share via


RequestSecurityToken.Renewing Propiedad

Definición

Obtiene o establece la semántica de renovación para una solicitud de renovación de WS-Trust.

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

Valor de propiedad

Devuelve un objeto Renewing que contiene la semántica de renovación.

Comentarios

Representa el contenido del elemento wst:Renewing. Este elemento opcional especifica la semántica de renovación de una solicitud de renovación de WS-Trust.

Se aplica a