RemoteAuthenticationOptions.SignInScheme 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與負責在成功驗證之後保存使用者身分識別的中間件對應的驗證配置。 這個值通常會對應至在 Startup 類別中註冊的 Cookie 中間件。 省略時,會使用 DefaultSignInScheme 做為後援值。
public:
property System::String ^ SignInScheme { System::String ^ get(); void set(System::String ^ value); };
public string SignInScheme { get; set; }
public string? SignInScheme { get; set; }
member this.SignInScheme : string with get, set
Public Property SignInScheme As String