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

Syntax

Visual Basic (Declaration)
<GuidAttribute("D88A8231-B729-48f3-B638-8BADF5650E54")> _
Public Interface ICryptokiCollection _
	Inherits IList, ICollection, IEnumerable
C#
[GuidAttribute("D88A8231-B729-48f3-B638-8BADF5650E54")]
public interface ICryptokiCollection : IList, 
	ICollection, IEnumerable
Visual C++
[GuidAttribute(L"D88A8231-B729-48f3-B638-8BADF5650E54")]
public interface class ICryptokiCollection : IList, 
	ICollection, IEnumerable
JavaScript
Cryptware.NCryptoki.ICryptokiCollection = function();
Cryptware.NCryptoki.ICryptokiCollection.createInterface('Cryptware.NCryptoki.ICryptokiCollection');

See Also