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)

속성 값

적용 대상