Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Syntax
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>
)
|
Parameters
- attributes
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also