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

Syntax

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

Implements

IDomainParameters..::..Local

See Also