EKM provider enabled オプション

EKM provider enabled オプションは、SQL Server での拡張キー管理デバイスのサポートを制御します。既定では、このオプションはオフになっています。

この機能を有効または無効にするには、次の sp_configure コマンドのいずれかを実行します。

/* Enable the external encryption provider option */
sp_configure 'EKM provider enabled', 1
/* Disable the external encryption provider option */
sp_configure 'EKM provider enabled', 0

/* Enable the external encryption provider option */
sp_configure 'EKM provider enabled', 1
/* Disable the external encryption provider option */
sp_configure 'EKM provider enabled', 0

Enterprise Edition、Developer Edition、および Evaluation Edition を除くすべての SQL Server エディションでは、このオプションは無効です。