Determines if this CryptokiCollection has fixed size

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

Syntax

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

Implements

IList..::..IsFixedSize

Remarks

Returns false

See Also