C# Class Net.Pkcs11Interop.LowLevelAPI80.CK_INFO

Show file Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Public Properties

Property Type Description
CryptokiVersion CK_VERSION
Flags ulong
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 ulong Flags
return ulong

LibraryVersion public property

Cryptoki library version number
public CK_VERSION LibraryVersion
return CK_VERSION