ClientEncryptionKeyProperties 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.
Details of an encryption key for use with the Azure Cosmos DB service.
public class ClientEncryptionKeyProperties : IEquatable<Microsoft.Azure.Cosmos.ClientEncryptionKeyProperties>
type ClientEncryptionKeyProperties = class
interface IEquatable<ClientEncryptionKeyProperties>
Public Class ClientEncryptionKeyProperties
Implements IEquatable(Of ClientEncryptionKeyProperties)
- Inheritance
-
ClientEncryptionKeyProperties
- Implements
Constructors
ClientEncryptionKeyProperties() |
For mocking. |
ClientEncryptionKeyProperties(String, String, Byte[], EncryptionKeyWrapMetadata) |
Initializes a new instance of ClientEncryptionKeyProperties. |
Properties
CreatedTime |
Gets the creation time of the resource from the Azure Cosmos DB service. |
EncryptionAlgorithm |
Encryption algorithm that will be used along with this client encryption key to encrypt/decrypt data. |
EncryptionKeyWrapMetadata |
Metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key. |
ETag |
Gets the entity tag associated with the resource from the Azure Cosmos DB service. |
Id |
The identifier of the resource. |
LastModified |
Gets the last modified time stamp associated with the resource from the Azure Cosmos DB service. |
SelfLink |
Gets the self-link associated with the resource from the Azure Cosmos DB service. |
WrappedDataEncryptionKey |
Wrapped form of the client encryption key. |
Methods
Equals(ClientEncryptionKeyProperties) |
Compares this instance of client encryption key properties to another. |
Equals(Object) |
Compares this instance of client encryption key properties to another object. |
GetHashCode() |
Gets a hash code for the properties of this instance to optimize comparisons. |
Applies to
Azure SDK for .NET