CustomerProvidedKey Struct
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.
Wrapper for an encryption key to be used with client provided key server-side encryption.
public readonly struct CustomerProvidedKey : IEquatable<Azure.Storage.Blobs.Models.CustomerProvidedKey>
type CustomerProvidedKey = struct
Public Structure CustomerProvidedKey
Implements IEquatable(Of CustomerProvidedKey)
- Inheritance
-
CustomerProvidedKey
- Implements
Customer |
Creates a new CustomerProvidedKey for use in server-side encryption. |
Customer |
Creates a new CustomerProvidedKey for use in server-side encryption. |
Encryption |
The algorithm for Azure Blob Storage to encrypt with. Azure Blob Storage only offers AES256 encryption. |
Encryption |
Base64 encoded string of the AES256 encryption key. |
Encryption |
Base64 encoded string of the AES256 encryption key's SHA256 hash. |
Equals(Customer |
Checks if two CustomerProvidedKeyInfo are equal to each other. |
Equals(Object) |
Checks if two CustomerProvidedKeyInfo are equal to each other. |
Get |
Get a hash code for the CustomerProvidedKeyInfo. |
To |
ToString |
Equality(Customer |
Check if two CustomerProvidedKeyInfo instances are equal. |
Inequality(Customer |
Check if two CustomerProvidedKeyInfo instances are not equal. |
Product | Versions |
---|---|
Azure SDK for .NET | Latest, Preview |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: