SymmetricKeyEncryption コンストラクター (KeyEncryptionType, String)
指定した暗号化の種類と指定した値を使用して SymmetricKeyEncryption クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub New ( _
encryptionType As KeyEncryptionType, _
value As String _
)
'使用
Dim encryptionType As KeyEncryptionType
Dim value As String
Dim instance As New SymmetricKeyEncryption(encryptionType, _
value)
public SymmetricKeyEncryption(
KeyEncryptionType encryptionType,
string value
)
public:
SymmetricKeyEncryption(
KeyEncryptionType encryptionType,
String^ value
)
new :
encryptionType:KeyEncryptionType *
value:string -> SymmetricKeyEncryption
public function SymmetricKeyEncryption(
encryptionType : KeyEncryptionType,
value : String
)
パラメーター
- encryptionType
型: Microsoft.SqlServer.Management.Smo.KeyEncryptionType
キー暗号化の種類を示す KeyEncryptionType オブジェクトの値です。
- value
型: System.String
キー暗号化の値を示す String 値です。