SecurityElementBase.RequireSecurityContextCancellation Proprietà
Definizione
Ottiene o imposta un valore booleano che specifica se il contesto di sicurezza deve essere annullato e terminato nel caso in cui non sia più richiesto.Gets or sets a Boolean value that specifies whether security context should be cancelled and terminated when it is no longer required.
public:
property bool RequireSecurityContextCancellation { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("requireSecurityContextCancellation", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public bool RequireSecurityContextCancellation { get; set; }
[<System.Configuration.ConfigurationProperty("requireSecurityContextCancellation", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.RequireSecurityContextCancellation : bool with get, set
Public Property RequireSecurityContextCancellation As Boolean
Valore della proprietà
true
se il contesto di sicurezza deve essere annullato e terminato nel caso in cui non sia più richiesto. In caso contrario, false
.true
if security context should be cancelled and terminated when it is no longer required; otherwise, false
.
- Attributi