Compartir a través de


DatabaseEncryptionKey.Reencrypt Método

Re-encrypts a database encryption key.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Reencrypt ( _
    encryptorName As String, _
    encryptionType As DatabaseEncryptionType _
)
'Uso
Dim instance As DatabaseEncryptionKey 
Dim encryptorName As String 
Dim encryptionType As DatabaseEncryptionType

instance.Reencrypt(encryptorName, encryptionType)
public void Reencrypt(
    string encryptorName,
    DatabaseEncryptionType encryptionType
)
public:
void Reencrypt(
    String^ encryptorName, 
    DatabaseEncryptionType encryptionType
)
member Reencrypt : 
        encryptorName:string * 
        encryptionType:DatabaseEncryptionType -> unit
public function Reencrypt(
    encryptorName : String, 
    encryptionType : DatabaseEncryptionType
)

Parámetros

Vea también

Referencia

DatabaseEncryptionKey Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Cifrado de datos transparente (TDE)

Administrar cifrado de base de datos (página Propiedades)