Id of current active encryption algorithm.

Namespace: BasicCard.BasicCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
protected CryptAlgo Algorithm { get; }
Visual Basic
Protected ReadOnly Property Algorithm As CryptAlgo
	Get
Visual C++
protected:
property CryptAlgo Algorithm {
	CryptAlgo get ();
}
F#
member Algorithm : CryptAlgo with get

Property Value

Type: CryptAlgo

See Also