C# Class Net.Pkcs11Interop.LowLevelAPI80.CK_INFO

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

Public Properties

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

LibraryVersion public_oe property

Cryptoki library version number
public CK_VERSION LibraryVersion
return CK_VERSION