getnshmackeyResult Structure Definition

The getnshmackeyResult structure defines the return type for getnshmackey API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

nshmackeyList

List of nshmackeys


nshmackey Structure Definition

The nshmackey structure defines the actual return type values for getnshmackey API.

Syntax



Members

name

Key name.

digest

Digest (hash) function to be used in the HMAC computation.

comment

Comments associated with this encryption key.

_nextgenapiresource


See Also