Java.Security.Policy Class
Legacy security code; do not use.
See Also: Policy
Syntax
[Android.Runtime.Register("java/security/Policy", DoNotGenerateAcw=true)]
public abstract class Policy : Object
public abstract class Policy : Object
Remarks
Legacy security code; do not use.
Requirements
Namespace: Java.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1
The members of Java.Security.Policy are listed below.
See Also: Object
Public Constructors
Policy() |
Protected Constructors
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Public Properties
[read-only] | Parameters | Policy+IParameters. |
[read-only] | Provider | Provider. |
[read-only] | Type | String. |
[read-only] static | UnsupportedEmptyCollection | PermissionCollection. |
Protected Properties
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Public Methods
static | GetInstance(String, Policy+IParameters) | |
static | GetInstance(String, Policy+IParameters, Provider) | |
static | GetInstance(String, Policy+IParameters, String) | |
GetPermissions(CodeSource) | ||
GetPermissions(ProtectionDomain) | ||
static | GetPolicy() | |
Implies(ProtectionDomain, Permission) | ||
Refresh() | ||
static | SetPolicy(Policy) |