共用方式為


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

屬性值

Boolean

如果可以更新通訊工作階段,則為 true,否則為 false

適用於