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

Usage

Visual Basic
Dim name As String
Dim value As String

Dim instance As New Saml2Attribute(name, value)

Syntax

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

Parameters

name
value

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also