Class RotateEncryptionJob

This class is intended to be used internally by EPiServer. We do not support any backward compatibility on this. Scheduled job that rotates the encryption keys in sql server.

Inheritance
System.Object
RotateEncryptionJob
Namespace: EPiServer.Business.Commerce.ScheduledJobs
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0
Syntax
public class RotateEncryptionJob : ScheduledJobBase

Constructors

RotateEncryptionJob()

Declaration
public RotateEncryptionJob()

Methods

Execute()

Executes this instance.

Declaration
public override string Execute()
Returns
Type Description
System.String