EncryptionKeyWrapMetadata 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.
Metadata that can be used to wrap/unwrap a Data Encryption Key using a Customer Managed Key. See https://aka.ms/CosmosClientEncryption for more information on client-side encryption support in Azure Cosmos DB.
public class EncryptionKeyWrapMetadata : IEquatable<Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata>
type EncryptionKeyWrapMetadata = class
interface IEquatable<EncryptionKeyWrapMetadata>
Public Class EncryptionKeyWrapMetadata
Implements IEquatable(Of EncryptionKeyWrapMetadata)
- Inheritance
-
EncryptionKeyWrapMetadata
- Implements
Constructors
EncryptionKeyWrapMetadata(EncryptionKeyWrapMetadata) |
Creates a new instance of key wrap metadata based on an existing instance. |
EncryptionKeyWrapMetadata(String, String, String, String) |
Creates a new instance of key wrap metadata. |
Properties
Algorithm |
Serialized form of metadata. Note: This value is saved in the Cosmos DB service. Implementors of derived implementations should ensure that this does not have (private) key material or credential information. |
Name |
Serialized form of metadata. Note: This value is saved in the Cosmos DB service. Implementors of derived implementations should ensure that this does not have (private) key material or credential information. |
Type |
Serialized form of metadata. Note: This value is saved in the Cosmos DB service. Implementors of derived implementations should ensure that this does not have (private) key material or credential information. |
Value |
Serialized form of metadata. Note: This value is saved in the Cosmos DB service. Implementors of derived implementations should ensure that this does not have (private) key material or credential information. |
Methods
Equals(EncryptionKeyWrapMetadata) |
Returns whether the properties of the passed in key wrap metadata matches with those in the current instance. |
Equals(Object) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Serves as the default hash function. |
Applies to
Azure SDK for .NET