Taal

ProtectionDomain.Permissions Property

Definition

public Java.Security.PermissionCollection? Permissions { [Android.Runtime.Register("getPermissions", "()Ljava/security/PermissionCollection;", "")] get; }
[<get: Android.Runtime.Register("getPermissions", "()Ljava/security/PermissionCollection;", "")>]
member this.Permissions : Java.Security.PermissionCollection

Property Value

the static set of permissions for this domain which may be null.

Attributes

Remarks

Returns the static permissions granted to this domain.

Java reference for java.security.ProtectionDomain.getPermissions.

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