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

Usage

Visual Basic
Dim authenticationContext As Saml2AuthenticationContext

Dim instance As New Saml2AuthenticationStatement(authenticationContext)

Syntax

Visual Basic
Public Sub New ( _
		authenticationContext As Saml2AuthenticationContext _
)
C#
public Saml2AuthenticationStatement (
		Saml2AuthenticationContext authenticationContext
)
C++
public:
Saml2AuthenticationStatement (
		Saml2AuthenticationContext^ authenticationContext
)
J#
public Saml2AuthenticationStatement (
		Saml2AuthenticationContext authenticationContext
)
JScript
public function Saml2AuthenticationStatement (
		authenticationContext : Saml2AuthenticationContext
)

Parameters

authenticationContext

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also