Determines if this CryptokiCollection is synchonized

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

Syntax

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

Implements

ICollection..::..IsSynchronized

Remarks

Returns true if this CryptokiCollection is synchonized

See Also