Skip to main content

CreateWalletSymmetricKey

Creates a new symmetric key secret.

Synopsis

[Actions]
CreateWalletSymmetricKey:Name="CollectionName.SecretName"[,KeyInfo]

Where:

  • CollectionName.SecretName: The name of the secret and the collection to which it belongs.

  • KeyInfo: Key information, which can be one of the following:

    • Length=KeyLength: The length, in bytes, of the symmetric key to generate.

    • Secret=KeyContents: The key to import.

    • Secret64=KeyContentsBase64: The Base64-encoded key to import.

Description

CreateWalletSymmetricKey creates a symmetric key secret inside the specified collection. InterSystems IRIS® creates this secret when processing the [Actions] section during a configuration merge.

The CreateWalletSymmetricKey action accepts any of the properties listed as parameters in the class reference for the %Wallet.SymmetricKey.Create() method.

Changing This Operation

This operation is designed to be used during a configuration merge. You can change CreateWalletSymmetricKey by editing the merge file in a text editor (as described in Editing the Active CPF).

FeedbackOpens in a new tab