IdentityCredentialStore.CreatePresentationSession(Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
새 프레젠테이션 세션을 만듭니다.
[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 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.