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

Syntax

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

Implements

IPrivateKey..::..Decrypt

See Also