Share via


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)

プロパティ値

適用対象