Javax.Crypto.ExemptionMechanism.IsCryptoAllowed Method
Returns whether the result blob for this ExemptionMechanism instance has been generated successfully and that the specified key is the same as the one that was used to initialize and generate.

Syntax

[Android.Runtime.Register("isCryptoAllowed", "(Ljava/security/Key;)Z", "")]
public bool IsCryptoAllowed (Java.Security.IKey key)

Parameters

key
the key to verify.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Javax.Crypto.ExemptionMechanismExceptionif an error occurs while determining whether the result blob has been generated successfully.

Remarks

Returns whether the result blob for this ExemptionMechanism instance has been generated successfully and that the specified key is the same as the one that was used to initialize and generate.

[Android Documentation]

Requirements

Namespace: Javax.Crypto
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1