IdentityCredential.SetAllowUsingExhaustedKeys(Boolean) メソッド

定義

注意事項

deprecated

他のキーが使用できない場合に、使用回数を超えた認証キーの使用を許可するかどうかを設定します。

[Android.Runtime.Register("setAllowUsingExhaustedKeys", "(Z)V", "GetSetAllowUsingExhaustedKeys_ZHandler", ApiSince=30)]
[System.Obsolete("deprecated")]
public abstract void SetAllowUsingExhaustedKeys (bool allowUsingExhaustedKeys);
[<Android.Runtime.Register("setAllowUsingExhaustedKeys", "(Z)V", "GetSetAllowUsingExhaustedKeys_ZHandler", ApiSince=30)>]
[<System.Obsolete("deprecated")>]
abstract member SetAllowUsingExhaustedKeys : bool -> unit

パラメーター

allowUsingExhaustedKeys
Boolean

他のキーが使用できない場合に使用数を超えた認証キーの使用を許可するかどうか。

属性

注釈

の Java ドキュメント android.security.identity.IdentityCredential.setAllowUsingExhaustedKeys(boolean)

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

適用対象