KeyStore.IEntry.Attributes Property

Definition

Retrieves the attributes associated with an entry.

public virtual System.Collections.Generic.ICollection<Java.Security.KeyStore.IEntryAttribute>? Attributes { [Android.Runtime.Register("getAttributes", "()Ljava/util/Set;", "GetGetAttributesHandler:Java.Security.KeyStore/IEntry, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getAttributes", "()Ljava/util/Set;", "GetGetAttributesHandler:Java.Security.KeyStore/IEntry, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)>]
member this.Attributes : System.Collections.Generic.ICollection<Java.Security.KeyStore.IEntryAttribute>

Property Value

an unmodifiable Set of attributes, possibly empty

Attributes

Remarks

Retrieves the attributes associated with an entry.

Added in 1.8.

Java documentation for java.security.KeyStore.Entry.getAttributes().

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