EvaluationContext.Properties 属性

定义

获取与此 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>

注解

命名空间中 System.IdentityModel.Selectors 实现 IAuthorizationPolicy 接口 (授权策略的类) 将名为 Identities 的属性添加到Properties 集合。 Identities 属性包含类型为 IList<T> 的对象,该对象包含一个或多个 IIdentity 实例,这些实例代表由授权策略提供的标识信息。

适用于