QueueEncryptionPolicy Class

Definition

Represents an encryption policy for performing envelope encryption/decryption of messages in Azure queue.

public sealed class QueueEncryptionPolicy
type QueueEncryptionPolicy = class
Public NotInheritable Class QueueEncryptionPolicy
Inheritance
QueueEncryptionPolicy

Constructors

QueueEncryptionPolicy(IKey, IKeyResolver)

Initializes a new instance of the QueueEncryptionPolicy class with the specified key and resolver.

Properties

Key

An object of type IKey that is used to wrap/unwrap the content key during encryption.

KeyResolver

Gets or sets the key resolver used to select the correct key for decrypting existing queue messages.

Applies to