C# Class Net.Pkcs11Interop.LowLevelAPI40.CK_INFO

显示文件 Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Public Properties

Property Type Description
CryptokiVersion CK_VERSION
Flags uint
LibraryVersion CK_VERSION

Property Details

CryptokiVersion public_oe property

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

Flags public_oe property

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

LibraryVersion public_oe property

Cryptoki library version number
public CK_VERSION LibraryVersion
return CK_VERSION