ApplicationOptions.Instance プロパティ

定義

STS インスタンス (たとえば、Azure パブリック クラウドのhttps://login.microsoftonline.com)。 この名前は、ASP.NET Coreで AzureAdOptions との互換性を確保するために選択されました。 このプロパティは、 AzureCloudInstanceと相互に排他的です。 両方を指定すると、例外がスローされます。

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

プロパティ値

適用対象