RequestSecurityToken.Renewing Property

Definition

Gets or sets the renew semantics for a WS-Trust renew request.

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

Property Value

Returns Renewing that contains the renew semantics.

Remarks

Represents the contents of the wst:Renewing element. This optional element specifies the renew semantics for a WS-Trust renew request.

Applies to