Saml2SecurityTokenHandler.CollectAttributeValues 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用通常声明类型、声明值类型集合特性,并使用多个值集合颁发者到单个特性。
protected:
virtual System::Collections::Generic::ICollection<System::IdentityModel::Tokens::Saml2Attribute ^> ^ CollectAttributeValues(System::Collections::Generic::ICollection<System::IdentityModel::Tokens::Saml2Attribute ^> ^ attributes);
protected virtual System.Collections.Generic.ICollection<System.IdentityModel.Tokens.Saml2Attribute> CollectAttributeValues (System.Collections.Generic.ICollection<System.IdentityModel.Tokens.Saml2Attribute> attributes);
abstract member CollectAttributeValues : System.Collections.Generic.ICollection<System.IdentityModel.Tokens.Saml2Attribute> -> System.Collections.Generic.ICollection<System.IdentityModel.Tokens.Saml2Attribute>
override this.CollectAttributeValues : System.Collections.Generic.ICollection<System.IdentityModel.Tokens.Saml2Attribute> -> System.Collections.Generic.ICollection<System.IdentityModel.Tokens.Saml2Attribute>
Protected Overridable Function CollectAttributeValues (attributes As ICollection(Of Saml2Attribute)) As ICollection(Of Saml2Attribute)
参数
- attributes
- ICollection<Saml2Attribute>
包含从声明中派生的特性的类型 Saml2Attribute 的集合。
返回
包含从输入集合中派生的特性的 Saml2Attribute 的集合。 输入集合中的特性不共享声明类型、声明值,或其他属性的颁发者合并为具有输出集合中多个值的一个特性。 输入集合中的特性不共享声明类型、声明值,或其他属性的颁发者保持不变的显示在输出集合中。