Taal

AccessController.Context Property

Definition

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.

Applies to