Share via


Saml2SecurityTokenHandler.CollectAttributeValues メソッド

定義

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

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 のコレクション。 一般的なクレームの種類、クレーム値、および元の発行元を他の属性と共有する入力コレクション内の属性は、出力コレクションで複数の値を持つ単一の属性に統合されます。 クレームの種類、クレーム値、または元の発行元を他の属性と共有しない入力コレクション内の属性は出力コレクションで変更されないままになります。

適用対象