set_async


Description:

public async bool set_async (Attributes attrs, Cancellable? cancellable) throws Error

Set PKCS#11 attributes on an object.

This call will return immediately and completes asynchronously.

If the attrs Attributes is floating, it is consumed.

Parameters:

this

The object to set attributes on.

attrs

The attributes to set on the object.

cancellable

Optional cancellable object, or null to ignore.

callback

Callback which is called when operation completes.

user_data

Data to pass to the callback.