C# 클래스 Net.Pkcs11Interop.LowLevelAPI81.CK_SLOT_INFO

파일 보기 프로젝트 열기: Pkcs11Interop/Pkcs11Interop 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FirmwareVersion CK_VERSION
Flags ulong
HardwareVersion CK_VERSION

프로퍼티 상세

FirmwareVersion 공개적으로 프로퍼티

Version number of the slot's firmware
public CK_VERSION FirmwareVersion
리턴 CK_VERSION

Flags 공개적으로 프로퍼티

Bits flags that provide capabilities of the slot.
public ulong Flags
리턴 ulong

HardwareVersion 공개적으로 프로퍼티

Version number of the slot's hardware
public CK_VERSION HardwareVersion
리턴 CK_VERSION