EvaluationContext.Properties 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 EvaluationContext와 연결된 비 클레임 속성의 컬렉션을 가져옵니다.
public:
abstract property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Properties { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public abstract System.Collections.Generic.IDictionary<string,object> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<string, obj>
Public MustOverride ReadOnly Property Properties As IDictionary(Of String, Object)
속성 값
비 클레임 속성의 컬렉션을 지정하는 Dictionary<TKey,TValue>입니다.
설명
인터페이스(권한 부여 정책)를 구현 IAuthorizationPolicy 하는 네임스페이스의 클래스 System.IdentityModel.Selectors 는 라는 Identities
속성을 컬렉션에Properties 추가합니다. 속성에는 Identities
권한 부여 정책에서 제공하는 ID 정보를 나타내는 하나 이상의 IIdentity 인스턴스가 포함된 형식 IList<T> 의 개체가 포함되어 있습니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET