Parameters

The parameters for CSNDKRC.

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
The label of the record to be created, 64-byte character string.
key_token_length
Direction: Input
Type: Integer
The length of the field containing the token to be written to the PKA key storage file. If zero is specified, a null token will be added to the file. The maximum value of key_token_length is the maximum length of a private RSA token.
key_token
Direction: Input
Type: String
Data to be written to the PKA key storage file if key_token_length is nonzero. An RSA private token in either external or internal format, or an RSA public token.