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

Syntax

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

Implements

IPublicKey..::..Wrap

See Also