共用方式為


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)

屬性值

適用於