SecretKey Interface
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<GuidAttribute("A4832A61-471A-43f6-B39A-CD49984637E9")> _ Public Interface ISecretKey |
| C# |
|---|
[GuidAttribute("A4832A61-471A-43f6-B39A-CD49984637E9")] public interface ISecretKey |
| Visual C++ |
|---|
[GuidAttribute(L"A4832A61-471A-43f6-B39A-CD49984637E9")] public interface class ISecretKey |
| JavaScript |
|---|
Cryptware.NCryptoki.ISecretKey = function(); Cryptware.NCryptoki.ISecretKey.createInterface('Cryptware.NCryptoki.ISecretKey'); |