IdentityCredentialStore.CreatePresentationSession(Int32) メソッド

定義

新しいプレゼンテーション セッションを作成します。

[Android.Runtime.Register("createPresentationSession", "(I)Landroid/security/identity/PresentationSession;", "GetCreatePresentationSession_IHandler", ApiSince=33)]
public virtual Android.Security.Identity.PresentationSession CreatePresentationSession (int cipherSuite);
[<Android.Runtime.Register("createPresentationSession", "(I)Landroid/security/identity/PresentationSession;", "GetCreatePresentationSession_IHandler", ApiSince=33)>]
abstract member CreatePresentationSession : int -> Android.Security.Identity.PresentationSession
override this.CreatePresentationSession : int -> Android.Security.Identity.PresentationSession

パラメーター

cipherSuite
Int32

検証ツールとの通信に使用する暗号スイート。

戻り値

プレゼンテーション セッション。

属性

注釈

新しいプレゼンテーション セッションを作成します。

このメソッドは、1 つ以上の資格情報を提示するためにリモート検証ツールとの対話に使用されるオブジェクトを取得します。

これは、機能バージョン 202201 以降でのみ実装されます。 実装されていない場合、呼び出しは で UnsupportedOperationException失敗します。 既知の機能バージョンについては、「」を参照してください android.content.pm.PackageManager#FEATURE_IDENTITY_CREDENTIAL_HARDWARE

の Java ドキュメント android.security.identity.IdentityCredentialStore.createPresentationSession(int)

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

適用対象