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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
ToCkAttributeStruct ( CK_ATTRIBUTE &ckAttribute ) : void

Copies instance members to CK_ATTRIBUTE struct

메소드 상세

ToCkAttributeStruct() 공개 메소드

Copies instance members to CK_ATTRIBUTE struct
public ToCkAttributeStruct ( CK_ATTRIBUTE &ckAttribute ) : void
ckAttribute CK_ATTRIBUTE Destination CK_ATTRIBUTE struct
리턴 void

프로퍼티 상세

type 공개적으로 프로퍼티

The attribute type
public ulong type
리턴 ulong

value 공개적으로 프로퍼티

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

valueLen 공개적으로 프로퍼티

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