AuthPlatform Class

Definition

The configuration settings of the platform of App Service Authentication/Authorization.

public class AuthPlatform
type AuthPlatform = class
Public Class AuthPlatform
Inheritance
AuthPlatform

Constructors

AuthPlatform()

Initializes a new instance of the AuthPlatform class.

AuthPlatform(Nullable<Boolean>, String, String)

Initializes a new instance of the AuthPlatform class.

Properties

ConfigFilePath

Gets or sets the path of the config file containing auth settings if they come from a file. If the path is relative, base will the site's root directory.

Enabled

Gets or sets &lt;code&gt;true&lt;/code&gt; if the Authentication / Authorization feature is enabled for the current app; otherwise, &lt;code&gt;false&lt;/code&gt;.

RuntimeVersion

Gets or sets the RuntimeVersion of the Authentication / Authorization feature in use for the current app. The setting in this value can control the behavior of certain features in the Authentication / Authorization module.

Applies to