SecurityElementBase.RequireSecurityContextCancellation Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines booleschen Werts, der angibt, ob der Sicherheitskontext abgebrochen und beendet werden soll, wenn er nicht mehr erforderlich ist.

public:
 property bool RequireSecurityContextCancellation { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("requireSecurityContextCancellation", DefaultValue=true)]
public bool RequireSecurityContextCancellation { get; set; }
[<System.Configuration.ConfigurationProperty("requireSecurityContextCancellation", DefaultValue=true)>]
member this.RequireSecurityContextCancellation : bool with get, set
Public Property RequireSecurityContextCancellation As Boolean

Eigenschaftswert

truewenn der Sicherheitskontext abgebrochen und beendet werden soll, wenn er nicht mehr erforderlich ist; andernfalls . false

Attribute

Gilt für: