共用方式為


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

用來與驗證程式通訊的加密套件。

傳回

簡報會話。

屬性

備註

建立新的簡報會話。

這個方法會取得物件,以便與遠端驗證器互動,以呈現一或多個認證。

這隻會在功能版本202201或更新版本中實作。 如果未實作,呼叫會失敗並出現 UnsupportedOperationException。 如需已知的功能版本,請參閱 android.content.pm.PackageManager#FEATURE_IDENTITY_CREDENTIAL_HARDWARE

android.security.identity.IdentityCredentialStore.createPresentationSession(int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於