True if encryption with customer key is active

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

Syntax

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

Property Value

Type: Boolean

See Also