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

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

공개 프로퍼티들

프로퍼티 타입 설명
FirmwareVersion CK_VERSION
Flags ulong
FreePrivateMemory ulong
FreePublicMemory ulong
HardwareVersion CK_VERSION
MaxPinLen ulong
MaxRwSessionCount ulong
MaxSessionCount ulong
MinPinLen ulong
RwSessionCount ulong
SessionCount ulong
TotalPrivateMemory ulong
TotalPublicMemory ulong

프로퍼티 상세

FirmwareVersion 공개적으로 프로퍼티

Version number of firmware
public CK_VERSION FirmwareVersion
리턴 CK_VERSION

Flags 공개적으로 프로퍼티

Bit flags indicating capabilities and status of the device
public ulong Flags
리턴 ulong

FreePrivateMemory 공개적으로 프로퍼티

The amount of free (unused) memory on the token in bytes for private objects
public ulong FreePrivateMemory
리턴 ulong

FreePublicMemory 공개적으로 프로퍼티

The amount of free (unused) memory on the token in bytes for public objects
public ulong FreePublicMemory
리턴 ulong

HardwareVersion 공개적으로 프로퍼티

Version number of hardware
public CK_VERSION HardwareVersion
리턴 CK_VERSION

MaxPinLen 공개적으로 프로퍼티

Maximum length in bytes of the PIN
public ulong MaxPinLen
리턴 ulong

MaxRwSessionCount 공개적으로 프로퍼티

Maximum number of read/write sessions that can be opened with the token at one time by a single application
public ulong MaxRwSessionCount
리턴 ulong

MaxSessionCount 공개적으로 프로퍼티

Maximum number of sessions that can be opened with the token at one time by a single application
public ulong MaxSessionCount
리턴 ulong

MinPinLen 공개적으로 프로퍼티

Minimum length in bytes of the PIN
public ulong MinPinLen
리턴 ulong

RwSessionCount 공개적으로 프로퍼티

Number of read/write sessions that this application currently has open with the token
public ulong RwSessionCount
리턴 ulong

SessionCount 공개적으로 프로퍼티

Number of sessions that this application currently has open with the token
public ulong SessionCount
리턴 ulong

TotalPrivateMemory 공개적으로 프로퍼티

The total amount of memory on the token in bytes in which private objects may be stored
public ulong TotalPrivateMemory
리턴 ulong

TotalPublicMemory 공개적으로 프로퍼티

The total amount of memory on the token in bytes in which public objects may be stored
public ulong TotalPublicMemory
리턴 ulong