C# Class Net.Pkcs11Interop.LowLevelAPI41.CK_INFO

Show file Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Public Properties

Property Type Description
CryptokiVersion CK_VERSION
Flags uint
LibraryVersion CK_VERSION

Property Details

CryptokiVersion public property

Cryptoki interface version number, for compatibility with future revisions of this interface.
public CK_VERSION CryptokiVersion
return CK_VERSION

Flags public property

Bit flags reserved for future versions. Must be zero for this version
public uint Flags
return uint

LibraryVersion public property

Cryptoki library version number
public CK_VERSION LibraryVersion
return CK_VERSION