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

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

공개 프로퍼티들

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

프로퍼티 상세

FirmwareVersion 공개적으로 프로퍼티

Version number of firmware
public CK_VERSION FirmwareVersion
리턴 CK_VERSION

Flags 공개적으로 프로퍼티

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

FreePrivateMemory 공개적으로 프로퍼티

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

FreePublicMemory 공개적으로 프로퍼티

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

HardwareVersion 공개적으로 프로퍼티

Version number of hardware
public CK_VERSION HardwareVersion
리턴 CK_VERSION

MaxPinLen 공개적으로 프로퍼티

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

MaxRwSessionCount 공개적으로 프로퍼티

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

MaxSessionCount 공개적으로 프로퍼티

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

MinPinLen 공개적으로 프로퍼티

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

RwSessionCount 공개적으로 프로퍼티

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

SessionCount 공개적으로 프로퍼티

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

TotalPrivateMemory 공개적으로 프로퍼티

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

TotalPublicMemory 공개적으로 프로퍼티

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