The number of items in this CryptokiCollection object

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Count As Integer
	Get
C#
public int Count { get; }
Visual C++
public:
virtual property int Count {
	int get () sealed;
}
JavaScript
function get_count();

Implements

ICollection..::..Count

Remarks

Returns the number of items in this CryptokiCollection object

See Also