WSTrustMessage.Lifetime プロパティ

定義

RequestSecurityToken (RST) メッセージ内の wst:Lifetime 要素の内容を取得または設定します。

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

プロパティ値

返されたトークンが有効である時間を表す Lifetime

注釈

この省略可能な要素は、返されるセキュリティ トークンが有効な目的の時間範囲を指定します。

適用対象