Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CpkInfo

Package version

Parameter group

Hierarchy

  • CpkInfo

Index

Properties

Optional encryptionAlgorithm

encryptionAlgorithm: EncryptionAlgorithmType

The algorithm used to produce the encryption key hash. Currently, the only accepted value is "AES256". Must be provided if the x-ms-encryption-key header is provided.

Optional encryptionKey

encryptionKey: undefined | string

Optional. Specifies the encryption key to use to encrypt the data provided in the request. If not specified, encryption is performed with the root account encryption key. For more information, see Encryption at Rest for Azure Storage Services.

Optional encryptionKeySha256

encryptionKeySha256: undefined | string

The SHA-256 hash of the provided encryption key. Must be provided if the x-ms-encryption-key header is provided.

Generated using TypeDoc