BlobEncryptionPolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET