EvaluationContext.Properties 属性
定义
获取与此 EvaluationContext 关联的非声明属性的集合。Gets a collection of non-claim properties associated with this 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>。A Dictionary<TKey,TValue> that specifies a collection of non-claim properties.
注解
System.IdentityModel.Selectors命名空间中实现 IAuthorizationPolicy 接口(授权策略)的类将一个名 Identities 为的属性添加到。PropertiesThe classes in the System.IdentityModel.Selectors namespace that implement the IAuthorizationPolicy interface (authorization policies) add a property named Identities to the.Properties 集合。collection. Identities 属性包含类型为 IList<T> 的对象,该对象包含一个或多个 IIdentity 实例,这些实例代表由授权策略提供的标识信息。The Identities property contains an object of type IList<T> that contains one or more IIdentity instances that represent identity information that is provided by the authorization policies.