次の方法で共有


SecureConversationSecurityTokenParameters.CanRenewSession プロパティ

定義

通信セッションを更新できるかどうかを示す値を取得または設定します。

public:
 property bool CanRenewSession { bool get(); void set(bool value); };
public bool CanRenewSession { get; set; }
member this.CanRenewSession : bool with get, set
Public Property CanRenewSession As Boolean

プロパティ値

通信セッションを更新することができる場合は true。それ以外の場合は false

適用対象