Class for all collection managed by NCryptoki
All methods in NCryptoki that take or return a collection use CryptokiCollection object

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

Syntax

Visual Basic (Declaration)
<GuidAttribute("6F213E8F-5820-4d1a-A360-D600529ED726")> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
<ComVisibleAttribute(True)> _
Public Class CryptokiCollection _
	Implements IList, ICollection, IEnumerable
C#
[GuidAttribute("6F213E8F-5820-4d1a-A360-D600529ED726")]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
[ComVisibleAttribute(true)]
public class CryptokiCollection : IList, 
	ICollection, IEnumerable
Visual C++
[GuidAttribute(L"6F213E8F-5820-4d1a-A360-D600529ED726")]
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
[ComVisibleAttribute(true)]
public ref class CryptokiCollection : IList, 
	ICollection, IEnumerable
JavaScript
Cryptware.NCryptoki.CryptokiCollection = function();

Type.createClass(
	'Cryptware.NCryptoki.CryptokiCollection',
	null,
	IList,
	ICollection,
	IEnumerable);

Inheritance Hierarchy

System..::..Object
  Cryptware.NCryptoki..::..CryptokiCollection

See Also