SecurityUtil.isImplicitFlushMode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This API has been deprecated. Please use the new security management library to update role permissions at runtime.
Indicates whether implicit security flushing mode is on.
public:
static bool isImplicitFlushMode();
[System.Obsolete("This API has been deprecated. Please use the new security management library to update role permissions at runtime.")]
public static bool isImplicitFlushMode ();
[<System.Obsolete("This API has been deprecated. Please use the new security management library to update role permissions at runtime.")>]
static member isImplicitFlushMode : unit -> bool
Public Shared Function isImplicitFlushMode () As Boolean
Returns
A Boolean value.
- Attributes