KeyChainManager.GetGrantedKeyPairs(KeyChainManagerKeyPairScope) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Étendue de la paire de clés : #KEYPAIR_SCOPE_USER ou #KEYPAIR_SCOPE_DEVICE.
Retours
Liste d’objets GrantedKeyInfo non null.
- Attributs