Determines if this CryptokiCollection is read only

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

Syntax

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

Implements

IList..::..IsReadOnly

Remarks

Returns false

See Also