Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim attributes As ICollection(Of Saml2Attribute)
Dim returnValue As ICollection(Of Saml2Attribute)

returnValue = Me.CollectAttributeValues(attributes)

Syntax

Visual Basic
Protected Overridable Function CollectAttributeValues ( _
		attributes As ICollection(Of Saml2Attribute) _
) As ICollection(Of Saml2Attribute)
C#
protected virtual ICollection<Saml2Attribute> CollectAttributeValues (
		ICollection<Saml2Attribute> attributes
)
C++
protected:
virtual ICollection<Saml2Attribute^>^ CollectAttributeValues (
		ICollection<Saml2Attribute^>^ attributes
)
J#
protected ICollection<Saml2Attribute> CollectAttributeValues (
		ICollection<Saml2Attribute> attributes
)
JScript
protected function CollectAttributeValues (
		attributes : ICollection<Saml2Attribute>
) : ICollection<Saml2Attribute>

Parameters

attributes

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also