DatabaseEncryptionType 列挙型

定義

データベース暗号化キーの暗号化に使用する暗号化の種類を指定します

public enum DatabaseEncryptionType
type DatabaseEncryptionType = 
Public Enum DatabaseEncryptionType
継承
DatabaseEncryptionType

フィールド

名前 説明
ServerCertificate 0

サーバー証明書

ServerAsymmetricKey 1

サーバー非対称キー

適用対象