Show / Hide Table of Contents

Class ExternalHsmEncryptionDetails

Details for External HSM Input

Inheritance
object
EncryptionKeyLocationDetails
ExternalHsmEncryptionDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ExternalHsmEncryptionDetails : EncryptionKeyLocationDetails

Properties

HsmPassword

Declaration
[Required(ErrorMessage = "HsmPassword is required.")]
[JsonProperty(PropertyName = "hsmPassword")]
public string HsmPassword { get; set; }
Property Value
Type Description
string

Provide the HSM password as you would in RDBMS for External HSM.

Remarks

Required

In this article
Back to top