ApplicationOptions.Instance Property

Definition

STS instance (for instance https://login.microsoftonline.com for the Azure public cloud). The name was chosen to ensure compatibility with AzureAdOptions in ASP.NET Core. This property is mutually exclusive with AzureCloudInstance. If both are provided, an exception will be thrown.

public string Instance { get; set; }
member this.Instance : string with get, set
Public Property Instance As String

Property Value

Applies to