Attribute.ulong


Description:

[ CCode ( has_construct_function = false ) ]
public Attribute.ulong (ulong attr_type, ulong value)

Initialize a PKCS#11 attribute to a unsigned long.

This will result in a `CK_ULONG` attribute from the PKCS#11 specs.

Parameters:

attr_type

the PKCS#11 attribute type to set on the attribute

value

the ulong value of the attribute

Returns:

the new attribute; when done with the attribute u free to free it