DatabaseKey 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.
Database level key used for encryption at rest.
public class DatabaseKey
type DatabaseKey = class
Public Class DatabaseKey
- Inheritance
-
DatabaseKey
Constructors
DatabaseKey() |
Initializes a new instance of the DatabaseKey class. |
DatabaseKey(String, String, Nullable<DateTime>, String) |
Initializes a new instance of the DatabaseKey class. |
Properties
CreationDate |
Gets the database key creation date. |
Subregion |
Gets subregion of the server key. |
Thumbprint |
Gets thumbprint of the database key. |
Type |
Gets the database key type. Only supported value is 'AzureKeyVault'. Possible values include: 'AzureKeyVault' |