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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SyncRoot As Object
	Get
C#
public Object SyncRoot { get; }
Visual C++
public:
virtual property Object^ SyncRoot {
	Object^ get () sealed;
}
JavaScript
function get_syncRoot();

Implements

ICollection..::..SyncRoot

See Also