次の方法で共有


KeyEncryptionType 列挙体

KeyEncryptionType 列挙は、キー暗号化の種類を示す定数値の一覧です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Enumeration KeyEncryptionType
'使用
Dim instance As KeyEncryptionType
public enum KeyEncryptionType
public enum class KeyEncryptionType
type KeyEncryptionType
public enum KeyEncryptionType

メンバー

メンバー名 説明
SymmetricKey 対称キーを使用して暗号化が設定されます。
Certificate 証明書を使用して暗号化が設定されます。
Password パスワードを使用して暗号化が設定されます。
AsymmetricKey 非対称キーを使用して暗号化が設定されます。
Provider 暗号化プロバイダーを使用して暗号化が設定されます。

説明

KeyEncryptionType クラスは、SymmetricKeyEncryption メソッドによって処理されます。