KeyStore.PasswordProtection.ProtectionParameters プロパティ

定義

保護アルゴリズムに指定されたパラメーターを取得します。

public virtual Java.Security.Spec.IAlgorithmParameterSpec ProtectionParameters { [Android.Runtime.Register("getProtectionParameters", "()Ljava/security/spec/AlgorithmParameterSpec;", "GetGetProtectionParametersHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getProtectionParameters", "()Ljava/security/spec/AlgorithmParameterSpec;", "GetGetProtectionParametersHandler", ApiSince=26)>]
member this.ProtectionParameters : Java.Security.Spec.IAlgorithmParameterSpec

プロパティ値

アルゴリズム パラメーターの指定(何も設定されていない場合は null)

属性

注釈

保護アルゴリズムに指定されたパラメーターを取得します。

1.8 で追加されました。

Javaドキュメント。

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

適用対象