AuthorizeAttribute.ActiveAuthenticationSchemes 属性

定义

注意

Use AuthenticationSchemes instead.

获取或设置一个逗号分隔的方案列表,从中构造用户信息。

public:
 property System::String ^ ActiveAuthenticationSchemes { System::String ^ get(); void set(System::String ^ value); };
public string ActiveAuthenticationSchemes { get; set; }
[System.Obsolete("Use AuthenticationSchemes instead.", false)]
public string ActiveAuthenticationSchemes { get; set; }
member this.ActiveAuthenticationSchemes : string with get, set
[<System.Obsolete("Use AuthenticationSchemes instead.", false)>]
member this.ActiveAuthenticationSchemes : string with get, set
Public Property ActiveAuthenticationSchemes As String

属性值

实现

属性

适用于