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

適用対象