Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Encrypt As Boolean
	Get
C#
public bool Encrypt { get; }
Visual C++
public:
virtual property bool Encrypt {
	bool get () sealed;
}
JavaScript
function get_encrypt();

Implements

ISecretKey..::..Encrypt

See Also