KeyChainManager.GetGrantedKeyPairs(KeyChainManagerKeyPairScope) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a list of granted keys that the calling app has access to for the specified scope.
[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>
Parameters
The scope of the key pair: #KEYPAIR_SCOPE_USER or
#KEYPAIR_SCOPE_DEVICE.
Returns
A non-null list of GrantedKeyInfo objects.
- Attributes