The members of Android.Security.KeyChain are listed below.
See Also: Inherited members from Java.Lang.Object
KeyChain() |
const | ActionStorageChanged | string. Broadcast Action: Indicates the trusted storage has changed. |
const | ExtraCertificate | string. Optional extra to specify an X.509 certificate to install on the Intent returned by KeyChain.CreateInstallIntent. |
const | ExtraName | string. Optional extra to specify a String credential name on the Intent returned by KeyChain.CreateInstallIntent. |
const | ExtraPkcs12 | string. Optional extra for use with the Intent returned by KeyChain.CreateInstallIntent to specify a PKCS#12 key store to install. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |