KeyChainManager.GetGrantedKeyPairs(KeyChainManagerKeyPairScope) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un elenco di chiavi concesse a cui l'app chiamante ha accesso per l'ambito specificato.
[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>
Parametri
Ambito della coppia di chiavi: #KEYPAIR_SCOPE_USER o #KEYPAIR_SCOPE_DEVICE.
Valori restituiti
Elenco di GrantedKeyInfo oggetti non Null.
- Attributi