Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function Attach2NativeCryptoki ( _ strCryptokiLib As String, _ strLicensee As String, _ strProductKey As String _ ) As Integer |
C# |
---|
public abstract int Attach2NativeCryptoki( string strCryptokiLib, string strLicensee, string strProductKey ) |
Visual C++ |
---|
public: virtual int Attach2NativeCryptoki( String^ strCryptokiLib, String^ strLicensee, String^ strProductKey ) abstract |
JavaScript |
---|
function attach2NativeCryptoki(strCryptokiLib, strLicensee, strProductKey); |
Parameters
- strCryptokiLib
- Type: System..::..String
- strLicensee
- Type: System..::..String
- strProductKey
- Type: System..::..String