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

Usage

Visual Basic
Dim name As String

Dim instance As New Saml2Attribute(name)

Syntax

Visual Basic
Public Sub New ( _
		name As String _
)
C#
public Saml2Attribute (
		string name
)
C++
public:
Saml2Attribute (
		String^ name
)
J#
public Saml2Attribute (
		String name
)
JScript
public function Saml2Attribute (
		name : String
)

Parameters

name

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also