The parameters for CSNBAKRC.
- 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 AES key-record to be
created.
- key_token_length
| Direction: |
Input |
| Type: |
Integer |
A pointer to an integer variable containing the number of bytes of data in the
key_token variable. If the value of the
key_token_length variable is zero, a record with a
null AES key-token is created.
- key_token
| Direction: |
Input |
| Type: |
String |
A pointer to a string variable containing the key token being written to AES
key-storage.