SecurityElementBase.RequireSecurityContextCancellation Свойство

Определение

Возвращает или задает логическое значение, определяющее, следует ли отменять и завершать контекст безопасности, когда он больше не нужен.

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

Значение свойства

Boolean

Значение true, если ненужный более контекст безопасности следует завершить и отменить; в противном случае — значение false.

Атрибуты

Применяется к