WSTrustMessage.Lifetime Property

Definition

Gets or sets the contents of the wst:Lifetime element inside a RequestSecurityToken (RST) message.

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

Property Value

A Lifetime that represents the desired time during which the returned token will be valid.

Remarks

This optional element specifies the desired time range during which the returned security token is valid.

Applies to