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

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

공개 프로퍼티들

프로퍼티 타입 설명
type uint
value System.IntPtr
valueLen uint

프로퍼티 상세

type 공개적으로 프로퍼티

The attribute type
public uint type
리턴 uint

value 공개적으로 프로퍼티

Pointer to the value of the attribute
public IntPtr,System value
리턴 System.IntPtr

valueLen 공개적으로 프로퍼티

Length in bytes of the value
public uint valueLen
리턴 uint