SharedAuthenticationOptions.SignInScheme 屬性

定義

取得或設定驗證配置,其對應至負責在成功驗證後保存使用者身分識別的預設中介軟體。 這個值通常對應至在 Startup 類別中註冊的 Cookie 中介軟體。

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

屬性值

適用於