RemoteAuthenticationOptions.SignInScheme 屬性

定義

取得或設定與負責在成功驗證之後保存使用者身分識別的中介軟體對應的驗證配置。 這個值通常會對應到 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

屬性值

適用於