Algoritm mask.

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

Syntax

C#
public KeyAlgorithmMask AlgorithmMask { get; set; }
Visual Basic
Public Property AlgorithmMask As KeyAlgorithmMask
	Get
	Set
Visual C++
public:
property KeyAlgorithmMask AlgorithmMask {
	KeyAlgorithmMask get ();
	void set (KeyAlgorithmMask value);
}
F#
member AlgorithmMask : KeyAlgorithmMask with get, set

Property Value

Type: KeyAlgorithmMask

See Also