AccessController.Context Property
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.
public static Java.Security.AccessControlContext? Context { [Android.Runtime.Register("getContext", "()Ljava/security/AccessControlContext;", "")] get; }
[<get: Android.Runtime.Register("getContext", "()Ljava/security/AccessControlContext;", "")>]
static member Context : Java.Security.AccessControlContext
Property Value
the AccessControlContext based on the current context.
- Attributes
Remarks
This method takes a "snapshot" of the current calling context, which includes the current thread's inherited AccessControlContext and any limited privilege scope, and places it in an AccessControlContext object. This context may then be checked at a later point, possibly in another thread.
Java reference for java.security.AccessController.getContext.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.