Javax.Crypto.Cipher.Algorithm Property
Returns the name of the algorithm of this cipher instance.

Syntax

[get: Android.Runtime.Register("getAlgorithm", "()Ljava/lang/String;", "GetGetAlgorithmHandler")]
public string Algorithm { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the name of the algorithm of this cipher instance.

This is the name of the transformation argument used in the getInstance call creating this object.

[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