Constructeur SymmetricKeyEncryption (KeyEncryptionType, String)
Initializes a new instance of the SymmetricKeyEncryption class with the specified encryption type and with the specified value.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
encryptionType As KeyEncryptionType, _
value As String _
)
'Utilisation
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
)
Paramètres
- encryptionType
Type : Microsoft.SqlServer.Management.Smo.KeyEncryptionType
An KeyEncryptionType object value that specifies the key encryption type.
- value
Type : System.String
A String value that specifies the value of the key encryption.