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

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

공개 프로퍼티들

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

프로퍼티 상세

Flags 공개적으로 프로퍼티

Bit flags specifying mechanism capabilities
public ulong Flags
리턴 ulong

MaxKeySize 공개적으로 프로퍼티

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

MinKeySize 공개적으로 프로퍼티

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