Пространство имен: Microsoft.IdentityModel.Tokens.Saml2
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim attributes As IEnumerable(Of Saml2Attribute)

Dim instance As New Saml2AttributeStatement(attributes)

Синтаксис

Visual Basic
Public Sub New ( _
		attributes As IEnumerable(Of Saml2Attribute) _
)
C#
public Saml2AttributeStatement (
		IEnumerable<Saml2Attribute> attributes
)
C++
public:
Saml2AttributeStatement (
		IEnumerable<Saml2Attribute^>^ attributes
)
J#
public Saml2AttributeStatement (
		IEnumerable<Saml2Attribute> attributes
)
JScript
public function Saml2AttributeStatement (
		attributes : IEnumerable<Saml2Attribute>
)

Параметры

attributes

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также