언어

KeyChainManager.GetGrantedKeyPairs(KeyChainManagerKeyPairScope) 메서드

정의

호출 앱이 지정된 범위에 대해 액세스할 수 있는 부여된 키 목록을 반환합니다.

[Android.Runtime.Register("getGrantedKeyPairs", "(I)Ljava/util/List;", "", ApiSince=37)]
public System.Collections.Generic.IList<Android.Security.GrantedKeyInfo> GetGrantedKeyPairs(Android.Security.KeyChainManagerKeyPairScope scope);
[<Android.Runtime.Register("getGrantedKeyPairs", "(I)Ljava/util/List;", "", ApiSince=37)>]
member this.GetGrantedKeyPairs : Android.Security.KeyChainManagerKeyPairScope -> System.Collections.Generic.IList<Android.Security.GrantedKeyInfo>

매개 변수

scope
KeyChainManagerKeyPairScope

키 쌍의 범위입니다 #KEYPAIR_SCOPE_USER . 또는 #KEYPAIR_SCOPE_DEVICE.

반품

null이 아닌 개체 목록 GrantedKeyInfo 입니다.

특성

적용 대상