Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _ <ComVisibleAttribute(True)> _ <GuidAttribute("33509F04-B327-40d8-80DF-151930C33770")> _ Public Class SecretKey _ Inherits Key _ Implements ISecretKey |
C# |
---|
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)] [ComVisibleAttribute(true)] [GuidAttribute("33509F04-B327-40d8-80DF-151930C33770")] public class SecretKey : Key, ISecretKey |
Visual C++ |
---|
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)] [ComVisibleAttribute(true)] [GuidAttribute(L"33509F04-B327-40d8-80DF-151930C33770")] public ref class SecretKey : public Key, ISecretKey |
JavaScript |
---|
Cryptware.NCryptoki.SecretKey = function(); Type.createClass( 'Cryptware.NCryptoki.SecretKey', Cryptware.NCryptoki.Key, Cryptware.NCryptoki.ISecretKey); |
Inheritance Hierarchy
System..::..Object
Cryptware.NCryptoki..::..CryptokiObject
Cryptware.NCryptoki..::..Storage
Cryptware.NCryptoki..::..Key
Cryptware.NCryptoki..::..SecretKey
Cryptware.NCryptoki..::..CryptokiObject
Cryptware.NCryptoki..::..Storage
Cryptware.NCryptoki..::..Key
Cryptware.NCryptoki..::..SecretKey