ColumnEncryptionType Enum

Definition

Types of encryption supported on a column.

[System.Serializable]
public enum ColumnEncryptionType
[<System.Serializable>]
type ColumnEncryptionType = 
Public Enum ColumnEncryptionType
Inheritance
ColumnEncryptionType
Attributes

Fields

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.

Applies to