ClaimsAuthorizationRequirement.AllowedValues 属性

定义

获取声明值的可选列表,如果存在,则声明必须匹配这些值。

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ AllowedValues { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> AllowedValues { get; }
public System.Collections.Generic.IEnumerable<string>? AllowedValues { get; }
member this.AllowedValues : seq<string>
Public ReadOnly Property AllowedValues As IEnumerable(Of String)

属性值

适用于