Saml2SecurityTokenHandler.CollectAttributeValues Yöntem

Tanım

Ortak bir 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::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)

Parametreler

attributes
ICollection<Saml2Attribute>

Taleplerden oluşturulan öznitelikleri içeren tür Saml2Attribute koleksiyonu.

Döndürülenler

Giriş koleksiyonundan Saml2Attribute 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ştirilmeden görünür.

Şunlara uygulanır