Parameters

The parameters for CSNBAKRR.

For the definitions of the return_code, reason_code, exit_data_length, and exit_data parameters, see Parameters common to all verbs.

rule_array_count
Direction: Input
Type: Integer
A pointer to an integer variable containing the number of elements in the rule_array variable. This value must be 0.
rule_array
Direction: Input
Type: String array
This parameter is ignored.
key_label
Direction: Input
Type: String
A pointer to a string variable containing the key label of the record to be read from AES key-storage.
key_token_length
Direction: Input/Output
Type: Integer
A pointer to an integer variable containing the number of bytes of data in the key_token variable. The maximum length is 64.
key_token
Direction: Output
Type: String
A pointer to a string variable containing the key token read from AES key-storage. This variable must be large enough to hold the AES key token being read. On completion, the key_token_length variable contains the actual length of the token being returned.