C# 클래스 Net.Pkcs11Interop.LowLevelAPI41.CK_MECHANISM_INFO

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

공개 프로퍼티들

프로퍼티 타입 설명
Flags uint
MaxKeySize uint
MinKeySize uint

프로퍼티 상세

Flags 공개적으로 프로퍼티

Bit flags specifying mechanism capabilities
public uint Flags
리턴 uint

MaxKeySize 공개적으로 프로퍼티

The maximum size of the key for the mechanism (whether this is measured in bits or in bytes is mechanism-dependent)
public uint MaxKeySize
리턴 uint

MinKeySize 공개적으로 프로퍼티

The minimum size of the key for the mechanism (whether this is measured in bits or in bytes is mechanism-dependent)
public uint MinKeySize
리턴 uint