BlobEncryptionPolicy Class

Definition

Represents an encryption policy for performing envelope encryption/decryption of Azure blobs.

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

Constructors

BlobEncryptionPolicy(IKey, IKeyResolver)

Initializes a new instance of the BlobEncryptionPolicy 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 blobs.

Applies to