KeyStore.IEntry.Attributes プロパティ

定義

エントリに関連付けられている属性を取得します。

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>

プロパティ値

変更できない Set 属性 (空の可能性がある)

属性

注釈

エントリに関連付けられている属性を取得します。

1.8 で追加されました。

java.security.KeyStore.Entry.getAttributes()Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象