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

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

공개 프로퍼티들

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

프로퍼티 상세

DeviceError 공개적으로 프로퍼티

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

Flags 공개적으로 프로퍼티

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

SlotId 공개적으로 프로퍼티

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

State 공개적으로 프로퍼티

The state of the session
public ulong State
리턴 ulong