RemoteAuthenticationOptions.SignInScheme 屬性

定義

取得或設定驗證配置,此配置對應至在成功驗證之後負責保存使用者身分識別的中介軟體。 這個值通常對應至在 Startup 類別中註冊的 Cookie 中介軟體。 省略時, SignInScheme 會當做後援值使用。

public:
 property System::String ^ SignInScheme { System::String ^ get(); void set(System::String ^ value); };
public string SignInScheme { get; set; }
member this.SignInScheme : string with get, set
Public Property SignInScheme As String

屬性值

適用於