ColumnMasterKeyParameterKind 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.
Parameter types for column master key definition
public enum ColumnMasterKeyParameterKind
type ColumnMasterKeyParameterKind =
Public Enum ColumnMasterKeyParameterKind
- Inheritance
-
ColumnMasterKeyParameterKind
Fields
Name | Value | Description |
---|---|---|
KeyStoreProviderName | 0 | key store provider name where the column master key is stored |
KeyPath | 1 | key path of the column master key in the key store provider |
AllowEnclaveComputations | 2 | True if key can be send to enclave for computations |
Signature | 3 | Signature of the column master key |