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

属性值

适用于