Java.Security.PolicySpi.EngineGetPermissions Method
Answers a PermissionCollection object containing the set of permissions granted to the specified ProtectionDomain.

Syntax

[Android.Runtime.Register("engineGetPermissions", "(Ljava/security/ProtectionDomain;)Ljava/security/PermissionCollection;", "GetEngineGetPermissions_Ljava_security_ProtectionDomain_Handler")]
protected virtual PermissionCollection EngineGetPermissions (ProtectionDomain domain)

Parameters

domain
- the ProtectionDomain to which the returned PermissionCollection has been granted.

Returns

Documentation for this section has not yet been entered.

Remarks

Answers a PermissionCollection object containing the set of permissions granted to the specified ProtectionDomain. The default implementation of this method returns Policy.UNSUPPORTED_EMPTY_COLLECTION object. This method can be overridden if the policy implementation can return a set of permissions granted to a ProtectionDomain.

[Android Documentation]

Requirements

Namespace: Java.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9