RemoteAuthenticationOptions.SignInScheme 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定驗證配置,此配置對應至在成功驗證之後負責保存使用者身分識別的中介軟體。 這個值通常對應至在 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