KeyStore.SecretKeyEntry.Attributes Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the attributes associated with an entry.
public System.Collections.Generic.ICollection<Java.Security.KeyStore.IEntryAttribute>? Attributes { [Android.Runtime.Register("getAttributes", "()Ljava/util/Set;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getAttributes", "()Ljava/util/Set;", "", ApiSince=26)>]
member this.Attributes : System.Collections.Generic.ICollection<Java.Security.KeyStore.IEntryAttribute>
an unmodifiable Set
of attributes, possibly empty
- Attributes
Retrieves the attributes associated with an entry.
Added in 1.8.
Java documentation for java.security.KeyStore.SecretKeyEntry.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.