Android.Security.KeyChain.IsKeyAlgorithmSupported Method
Returns true if the current device's KeyChain supports a specific PrivateKey type indicated by algorithm (e.g.

Syntax

[Android.Runtime.Register("isKeyAlgorithmSupported", "(Ljava/lang/String;)Z", "")]
public static bool IsKeyAlgorithmSupported (string algorithm)

Parameters

algorithm
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if the current device's KeyChain supports a specific PrivateKey type indicated by algorithm (e.g., "RSA").

[Android Documentation]

Requirements

Namespace: Android.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18