IAcl.Entries Method

Definition

Returns an enumeration of the entries in this ACL.

[Android.Runtime.Register("entries", "()Ljava/util/Enumeration;", "GetEntriesHandler:Java.Security.Acl.IAclInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Util.IEnumeration? Entries ();
[<Android.Runtime.Register("entries", "()Ljava/util/Enumeration;", "GetEntriesHandler:Java.Security.Acl.IAclInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Entries : unit -> Java.Util.IEnumeration

Returns

an enumeration of the entries in this ACL.

Attributes

Remarks

Returns an enumeration of the entries in this ACL. Each element in the enumeration is of type AclEntry.

Java documentation for java.security.acl.Acl.entries().

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