KeyStore.SecretKeyEntry.Attributes プロパティ

定義

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

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>

プロパティ値

変更できない属性の Set (場合によっては空)

実装

属性

注釈

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

1.8 で追加されました。

Javaドキュメント。

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

適用対象