Wraps a PKCS#11 MechanismInfo structure

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

Syntax

Visual Basic (Declaration)
<GuidAttribute("FDA5299B-0203-48de-8848-FF7B448D5111")> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
<ComVisibleAttribute(True)> _
Public Class MechanismInfo _
	Implements IMechanismInfo
C#
[GuidAttribute("FDA5299B-0203-48de-8848-FF7B448D5111")]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
[ComVisibleAttribute(true)]
public class MechanismInfo : IMechanismInfo
Visual C++
[GuidAttribute(L"FDA5299B-0203-48de-8848-FF7B448D5111")]
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
[ComVisibleAttribute(true)]
public ref class MechanismInfo : IMechanismInfo
JavaScript
Cryptware.NCryptoki.MechanismInfo = function();

Type.createClass(
	'Cryptware.NCryptoki.MechanismInfo',
	null,
	Cryptware.NCryptoki.IMechanismInfo);

Remarks

MechanismInfo gives information about a particular mechanism possibly supported by a token.

Inheritance Hierarchy

System..::..Object
  Cryptware.NCryptoki..::..MechanismInfo

See Also