SecurityTokenRequirement.Properties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取当前 SecurityTokenRequirement 实例的非静态属性的集合。
public:
property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Properties { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Properties As IDictionary(Of String, Object)
属性值
一个 IDictionary<TKey,TValue>,它包含当前 SecurityTokenRequirement 实例的非静态属性的集合。
注解
使用 KeySizeProperty、KeyTypeProperty、KeyUsageProperty、TokenTypeProperty 属性的值作为集合中的索引来获取特定属性值。