Specifies an attribute of the assertion subject. [Saml2Core, 2.7.3]
Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As Saml2AttributeStatement
Dim value As Collection(Of Saml2Attribute)

value = instance.Attributes

Syntax

Visual Basic
Public ReadOnly Property Attributes As Collection(Of Saml2Attribute)
C#
public Collection<Saml2Attribute> Attributes { get; }
C++
public:
property Collection<Saml2Attribute^>^ Attributes {
		Collection<Saml2Attribute^>^ get ();
}
J#
/** @property */
public Collection<Saml2Attribute> get_Attributes ()
JScript
public function get Attributes () : Collection<Saml2Attribute>

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