Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ type As Integer, _ param As Object _ ) |
C# |
---|
public Mechanism( int type, Object param ) |
Visual C++ |
---|
public: Mechanism( int type, Object^ param ) |
JavaScript |
---|
Cryptware.NCryptoki.Mechanism = function(type, param); |
Parameters
- type
- Type: System..::..Int32
- param
- Type: System..::..Object