Class AzureSqlServerTransparentDataEncryptionSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the transparent data encryption settings for an Azure SQL server.
public class AzureSqlServerTransparentDataEncryptionSettings : BypassSection
- Inheritance
-
AzureSqlServerTransparentDataEncryptionSettings
- Inherited Members
Constructors
AzureSqlServerTransparentDataEncryptionSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureSqlServerTransparentDataEncryptionSettings class.
public AzureSqlServerTransparentDataEncryptionSettings()
Properties
KeyId
Gets or sets the identifier of the key to use.
public string KeyId { get; set; }
Property Value
KeyName
Gets or sets the name of the key to use.
public string KeyName { get; set; }
Property Value
KeyTypeString
Gets the type of key as a human readable string.
public string KeyTypeString { get; set; }
Property Value
UseCustomerManagedKey
Gets or sets whether a customer-managed key is used for encryption.
public BooleanOption UseCustomerManagedKey { get; set; }
Property Value
Methods
ToString()
Returns the audit policy as a human readable string.
public override string ToString()
Returns
- string
The audit policy as a human readable string.