次の方法で共有


SamlSecurityTokenHandler.CollectAttributeValues メソッド

定義

クレームの型、クレーム値の型、および元の発行者が共通している属性を収集して、複数の値を持つ単一の属性にします。

protected:
 virtual System::Collections::Generic::ICollection<System::IdentityModel::Tokens::SamlAttribute ^> ^ CollectAttributeValues(System::Collections::Generic::ICollection<System::IdentityModel::Tokens::SamlAttribute ^> ^ attributes);
protected virtual System.Collections.Generic.ICollection<System.IdentityModel.Tokens.SamlAttribute> CollectAttributeValues (System.Collections.Generic.ICollection<System.IdentityModel.Tokens.SamlAttribute> attributes);
abstract member CollectAttributeValues : System.Collections.Generic.ICollection<System.IdentityModel.Tokens.SamlAttribute> -> System.Collections.Generic.ICollection<System.IdentityModel.Tokens.SamlAttribute>
override this.CollectAttributeValues : System.Collections.Generic.ICollection<System.IdentityModel.Tokens.SamlAttribute> -> System.Collections.Generic.ICollection<System.IdentityModel.Tokens.SamlAttribute>
Protected Overridable Function CollectAttributeValues (attributes As ICollection(Of SamlAttribute)) As ICollection(Of SamlAttribute)

パラメーター

attributes
ICollection<SamlAttribute>

クレームから派生した属性を含む型 SamlAttribute のコレクション。

戻り値

入力コレクションから派生した属性を含む SamlAttribute のコレクション。 一般的なクレームの種類、クレーム値、および元の発行元を他の属性と共有する入力コレクション内の属性は、出力コレクションで複数の値を持つ単一の属性に統合されます。 クレームの種類、クレーム値、または元の発行元を他の属性と共有しない入力コレクション内の属性は出力コレクションで変更されないままになります。

適用対象