ServiceMasterKey.Regenerate 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.
Overloads
Regenerate() |
Regenerates the service master key |
Regenerate(Boolean) |
Regenerates the database master key using the specified password. If the force parameter is set to true, the service master key will be regenerated forcefully. This will cause all secrets that cannot be decrypted by the old service master key to be dropped. |
Regenerate()
Regenerates the service master key
public void Regenerate ();
member this.Regenerate : unit -> unit
Public Sub Regenerate ()
Applies to
Regenerate(Boolean)
Regenerates the database master key using the specified password. If the force parameter is set to true, the service master key will be regenerated forcefully. This will cause all secrets that cannot be decrypted by the old service master key to be dropped.
public void Regenerate (bool forceRegeneration);
member this.Regenerate : bool -> unit
Public Sub Regenerate (forceRegeneration As Boolean)
Parameters
- forceRegeneration
- Boolean