Méthode SymmetricKey.Create (SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm)
Creates a symmetric key on the database with the specified encryption type and method.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Create ( _
keyEncryption As SymmetricKeyEncryption, _
keyEncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm _
)
'Utilisation
Dim instance As SymmetricKey
Dim keyEncryption As SymmetricKeyEncryption
Dim keyEncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm
instance.Create(keyEncryption, keyEncryptionAlgorithm)
public void Create(
SymmetricKeyEncryption keyEncryption,
SymmetricKeyEncryptionAlgorithm keyEncryptionAlgorithm
)
public:
void Create(
SymmetricKeyEncryption^ keyEncryption,
SymmetricKeyEncryptionAlgorithm keyEncryptionAlgorithm
)
member Create :
keyEncryption:SymmetricKeyEncryption *
keyEncryptionAlgorithm:SymmetricKeyEncryptionAlgorithm -> unit
public function Create(
keyEncryption : SymmetricKeyEncryption,
keyEncryptionAlgorithm : SymmetricKeyEncryptionAlgorithm
)
Paramètres
- keyEncryption
Type : Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption
A SymmetricKeyEncryption object value that specifies the encryption type.
- keyEncryptionAlgorithm
Type : Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm
A SymmetricKeyEncryptionAlgorithm value that specifies the encryption method.
Exemples
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo