SamlSecurityTokenHandler.CollectAttributeValues Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Ortak talep türüne, talep değeri türüne ve özgün verene sahip öznitelikleri birden çok değer içeren tek bir öznitelikte toplar.
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)
Parametreler
- attributes
- ICollection<SamlAttribute>
Taleplerden oluşturulan öznitelikleri içeren tür SamlAttribute koleksiyonu.
Döndürülenler
Giriş koleksiyonundan SamlAttribute türetilen öznitelikleri içeren bir koleksiyonu. Giriş koleksiyonunda ortak bir talep türünü, talep değerini ve özgün vereni diğer özniteliklerle paylaşan öznitelikler, çıkış koleksiyonunda birden çok değer içeren tek bir öznitelikte birleştirilir. Giriş koleksiyonundaki talep türünü, talep değerini veya özgün vereni diğer özniteliklerle paylaşmayan öznitelikler çıkış koleksiyonunda değişmeden görünür.