SqlAlwaysEncryptedEnclaveType Enum
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.
Type of enclave requested on the database i.e. Default or VBS enclaves.
public enum SqlAlwaysEncryptedEnclaveType
type SqlAlwaysEncryptedEnclaveType =
Public Enum SqlAlwaysEncryptedEnclaveType
- Inheritance
-
SqlAlwaysEncryptedEnclaveType
Fields
| Name | Value | Description |
|---|---|---|
| Default | 0 | Default. |
| Vbs | 1 | VBS. |