Skip to main content

ModifyWalletSymmetricKey

Modifies a new symmetric key secret.

Synopsis

[Actions]
ModifyWalletSymmetricKey: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

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

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

Changing This Operation

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

FeedbackOpens in a new tab