SecureConversationSecurityTokenParameters.CanRenewSession Property

Definition

Gets or sets a value that indicates whether the communications session can be renewed.

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

Property Value

true if the communications session can be renewed; otherwise, false.

Applies to