SecurityCallContext.IsSecurityEnabled Property

Definition

Determines whether security checks are enabled in the current context.

public:
 property bool IsSecurityEnabled { bool get(); };
public bool IsSecurityEnabled { get; }
member this.IsSecurityEnabled : bool
Public ReadOnly Property IsSecurityEnabled As Boolean

Property Value

true if security checks are enabled in the current context; otherwise, false.

Applies to