EncryptionKeyInfo Class |
Namespace: SolidFire.Element.Api
public class EncryptionKeyInfo : RpcBase
The EncryptionKeyInfo type exposes the following members.
Name | Description | |
---|---|---|
EncryptionKeyInfo | Initializes a new instance of the EncryptionKeyInfo class |
Name | Description | |
---|---|---|
KeyCreatedTime |
The creation timestamp of the master key. Note that this timestamp is produced by the cluster and may not exactly match the timestamp on the external key server (if any). Feature-specific and not always shown.
| |
KeyID | ||
KeyManagementType |
The type of key management being used to manage this key. Possible values are "internal" and "external".
| |
KeyProviderID |
The ID of the provider that owns the key. Only shown when this key is being managed by External Key Management.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |