Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI41.CK_INFO Struct Reference

Provides general information about Cryptoki More...

Public Attributes

CK_VERSION CryptokiVersion
 Cryptoki interface version number, for compatibility with future revisions of this interface. More...
 
byte [] ManufacturerId
 ID of the Cryptoki library manufacturer. Must be padded with the blank character (‘ ‘). Should not be null-terminated. More...
 
NativeULong Flags
 Bit flags reserved for future versions. Must be zero for this version More...
 
byte [] LibraryDescription
 Character-string description of the library. Must be padded with the blank character (‘ ‘). Should not be null-terminated. More...
 
CK_VERSION LibraryVersion
 Cryptoki library version number More...
 

Detailed Description

Provides general information about Cryptoki

Member Data Documentation

◆ CryptokiVersion

CK_VERSION Net.Pkcs11Interop.LowLevelAPI41.CK_INFO.CryptokiVersion

Cryptoki interface version number, for compatibility with future revisions of this interface.

◆ Flags

NativeULong Net.Pkcs11Interop.LowLevelAPI41.CK_INFO.Flags

Bit flags reserved for future versions. Must be zero for this version

◆ LibraryDescription

byte [] Net.Pkcs11Interop.LowLevelAPI41.CK_INFO.LibraryDescription

Character-string description of the library. Must be padded with the blank character (‘ ‘). Should not be null-terminated.

◆ LibraryVersion

CK_VERSION Net.Pkcs11Interop.LowLevelAPI41.CK_INFO.LibraryVersion

Cryptoki library version number

◆ ManufacturerId

byte [] Net.Pkcs11Interop.LowLevelAPI41.CK_INFO.ManufacturerId

ID of the Cryptoki library manufacturer. Must be padded with the blank character (‘ ‘). Should not be null-terminated.


The documentation for this struct was generated from the following file: