Share via


STSFormBasedAuthWebConfigActivationJob Class

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Class for job that carries out the activation steps for the form based auth provider in the STS web.config.

Namespace:  Microsoft.Dynamics.Retail.SP.CommonFeatures
Assembly:  Microsoft.Dynamics.Retail.SP.Web.Storefront (in Microsoft.Dynamics.Retail.SP.Web.Storefront.dll)

Syntax

'Declaration
Public NotInheritable Class STSFormBasedAuthWebConfigActivationJob _
    Inherits STSFormBasedAuthWebConfigUpdatingJob
'Usage
Dim instance As STSFormBasedAuthWebConfigActivationJob
public sealed class STSFormBasedAuthWebConfigActivationJob : STSFormBasedAuthWebConfigUpdatingJob
public ref class STSFormBasedAuthWebConfigActivationJob sealed : public STSFormBasedAuthWebConfigUpdatingJob

Inheritance Hierarchy

System.Object
  SPAutoSerializingObject
    SPPersistedObject
      SPJobDefinition
        Microsoft.Dynamics.Retail.SP.CommonFeatures.STSFormBasedAuthWebConfigUpdatingJob
          Microsoft.Dynamics.Retail.SP.CommonFeatures.STSFormBasedAuthWebConfigActivationJob

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Retail.SP.CommonFeatures Namespace