Pkcs11Interop  5.1.2
Protected Attributes | Properties | List of all members
Net.Pkcs11Interop.HighLevelAPI40.LibraryInfo Class Reference

General information about PKCS#11 library (CK_INFO) More...

Inherits Net.Pkcs11Interop.HighLevelAPI.ILibraryInfo.

Protected Attributes

string _cryptokiVersion = null
 Cryptoki interface version number More...
 
string _manufacturerId = null
 ID of the Cryptoki library manufacturer More...
 
NativeULong _flags = 0
 Bit flags reserved for future versions More...
 
string _libraryDescription = null
 Description of the library More...
 
string _libraryVersion = null
 Cryptoki library version number More...
 

Properties

string CryptokiVersion [get]
 Cryptoki interface version number More...
 
string ManufacturerId [get]
 ID of the Cryptoki library manufacturer More...
 
ulong Flags [get]
 Bit flags reserved for future versions More...
 
string LibraryDescription [get]
 Description of the library More...
 
string LibraryVersion [get]
 Cryptoki library version number More...
 
- Properties inherited from Net.Pkcs11Interop.HighLevelAPI.ILibraryInfo
string CryptokiVersion [get]
 Cryptoki interface version number More...
 
string ManufacturerId [get]
 ID of the Cryptoki library manufacturer More...
 
ulong Flags [get]
 Bit flags reserved for future versions More...
 
string LibraryDescription [get]
 Description of the library More...
 
string LibraryVersion [get]
 Cryptoki library version number More...
 

Detailed Description

General information about PKCS#11 library (CK_INFO)

Member Data Documentation

◆ _cryptokiVersion

string Net.Pkcs11Interop.HighLevelAPI40.LibraryInfo._cryptokiVersion = null
protected

Cryptoki interface version number

◆ _flags

NativeULong Net.Pkcs11Interop.HighLevelAPI40.LibraryInfo._flags = 0
protected

Bit flags reserved for future versions

◆ _libraryDescription

string Net.Pkcs11Interop.HighLevelAPI40.LibraryInfo._libraryDescription = null
protected

Description of the library

◆ _libraryVersion

string Net.Pkcs11Interop.HighLevelAPI40.LibraryInfo._libraryVersion = null
protected

Cryptoki library version number

◆ _manufacturerId

string Net.Pkcs11Interop.HighLevelAPI40.LibraryInfo._manufacturerId = null
protected

ID of the Cryptoki library manufacturer

Property Documentation

◆ CryptokiVersion

string Net.Pkcs11Interop.HighLevelAPI40.LibraryInfo.CryptokiVersion
get

Cryptoki interface version number

◆ Flags

ulong Net.Pkcs11Interop.HighLevelAPI40.LibraryInfo.Flags
get

Bit flags reserved for future versions

◆ LibraryDescription

string Net.Pkcs11Interop.HighLevelAPI40.LibraryInfo.LibraryDescription
get

Description of the library

◆ LibraryVersion

string Net.Pkcs11Interop.HighLevelAPI40.LibraryInfo.LibraryVersion
get

Cryptoki library version number

◆ ManufacturerId

string Net.Pkcs11Interop.HighLevelAPI40.LibraryInfo.ManufacturerId
get

ID of the Cryptoki library manufacturer


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