DatabaseEncryptionKey.Regenerate(DatabaseEncryptionAlgorithm) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Regenerates the DEK with the specified Encryption Algorithm
public void Regenerate (Microsoft.SqlServer.Management.Smo.DatabaseEncryptionAlgorithm encryptAlgo);
member this.Regenerate : Microsoft.SqlServer.Management.Smo.DatabaseEncryptionAlgorithm -> unit
Public Sub Regenerate (encryptAlgo As DatabaseEncryptionAlgorithm)
Parameters
- encryptAlgo
- DatabaseEncryptionAlgorithm