Langue

KeyChainManager.GetGrantedKeyPairs(KeyChainManagerKeyPairScope) Méthode

Définition

Retourne la liste des clés accordées auxquelles l’application appelante a accès pour l’étendue spécifiée.

[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>

Paramètres

scope
KeyChainManagerKeyPairScope

Étendue de la paire de clés : #KEYPAIR_SCOPE_USER ou #KEYPAIR_SCOPE_DEVICE.

Retours

Liste d’objets GrantedKeyInfo non null.

Attributs

S’applique à