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

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

공개 프로퍼티들

프로퍼티 타입 설명
DeviceError uint
Flags uint
SlotId uint
State uint

프로퍼티 상세

DeviceError 공개적으로 프로퍼티

An error code defined by the cryptographic device. Used for errors not covered by Cryptoki.
public uint DeviceError
리턴 uint

Flags 공개적으로 프로퍼티

Bit flags that define the type of session
public uint Flags
리턴 uint

SlotId 공개적으로 프로퍼티

ID of the slot that interfaces with the token
public uint SlotId
리턴 uint

State 공개적으로 프로퍼티

The state of the session
public uint State
리턴 uint