Middleware.Authentication.AppService.AzureAppServiceAuthenticationOptions.AzureAppServiceAuthenticationOptions C# (CSharp) Méthode

AzureAppServiceAuthenticationOptions() public méthode

public AzureAppServiceAuthenticationOptions ( ) : Microsoft.AspNetCore.Builder
Résultat Microsoft.AspNetCore.Builder
        public AzureAppServiceAuthenticationOptions()
        {
            this.AuthenticationScheme = "Automatic";
        }
    }
AzureAppServiceAuthenticationOptions