Java.Security.PolicySpi.EngineImplies Method
Answers if the policy has granted a Permission to a ProtectionDomain.

Syntax

[Android.Runtime.Register("engineImplies", "(Ljava/security/ProtectionDomain;Ljava/security/Permission;)Z", "GetEngineImplies_Ljava_security_ProtectionDomain_Ljava_security_Permission_Handler")]
protected abstract bool EngineImplies (ProtectionDomain domain, Permission permission)

Parameters

domain
- the domain to check.
permission
- check whether this permission is granted to the specified domain.

Returns

Documentation for this section has not yet been entered.

Remarks

Answers if the policy has granted a Permission 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