ColumnEncryptionType 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.
Types of encryption supported on a column.
[System.Serializable]
public enum ColumnEncryptionType
[<System.Serializable>]
type ColumnEncryptionType =
Public Enum ColumnEncryptionType
- Inheritance
-
ColumnEncryptionType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Deterministic | 0 | Deterministic encryption. Always generates same encrypted value for a plain text. |
Randomized | 1 | Randomized encryption. Encrypts plain text in a less predictable manner. |