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

Usage

Visual Basic
Dim authenticationContext As Saml2AuthenticationContext
Dim authenticationInstant As DateTime

Dim instance As New Saml2AuthenticationStatement(authenticationContext, authenticationInstant)

Syntax

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

Parameters

authenticationContext
authenticationInstant

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also