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

Usage

Visual Basic
Dim value As String
Dim actionNamespace As Uri

Dim instance As New Saml2Action(value, actionNamespace)

Syntax

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

Parameters

value
actionNamespace

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also