C# Class Net.Pkcs11Interop.LowLevelAPI80.CK_ATTRIBUTE_CLASS

Show file Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Public Properties

Property Type Description
type ulong
value System.IntPtr
valueLen ulong

Public Methods

Method Description
ToCkAttributeStruct ( CK_ATTRIBUTE &ckAttribute ) : void

Copies instance members to CK_ATTRIBUTE struct

Method Details

ToCkAttributeStruct() public method

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

Property Details

type public property

The attribute type
public ulong type
return ulong

value public property

Pointer to the value of the attribute
public IntPtr,System value
return System.IntPtr

valueLen public property

Length in bytes of the value
public ulong valueLen
return ulong