Idioma

KeyChainManager.GetGrantedKeyPairs(KeyChainManagerKeyPairScope) Método

Definição

Retorna uma lista de chaves concedidas às quais o aplicativo de chamada tem acesso para o escopo especificado.

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

Parâmetros

scope
KeyChainManagerKeyPairScope

O escopo do par de chaves: #KEYPAIR_SCOPE_USER ou #KEYPAIR_SCOPE_DEVICE.

Retornos

Uma lista não nula de GrantedKeyInfo objetos.

Atributos

Aplica-se a