The methods of Android.Security.KeyChain are listed below. For a list of all members, see the KeyChain Members list.
See Also: Inherited members from Java.Lang.Object
static | ChoosePrivateKeyAlias(Android.App.Activity, IKeyChainAliasCallback, string[], Java.Security.IPrincipal[], string, int, string)Launches an Activity for the user to select the alias for a private key and certificate pair for authentication. | |
static | CreateInstallIntent()Returns an Intent that can be used for credential installation. | |
static | GetCertificateChain(Android.Content.Context, string)Returns the X509Certificate chain for the requested alias, or null if no there is no result. | |
static | GetPrivateKey(Android.Content.Context, string)Returns the PrivateKey for the requested alias, or null if no there is no result. | |
static | IsBoundKeyAlgorithm(string)Returns true if the current device's KeyChain binds any PrivateKey of the given algorithm to the device once imported or generated. | |
static | IsKeyAlgorithmSupported(string)Returns true if the current device's KeyChain supports a specific PrivateKey type indicated by algorithm (e.g. |