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

Usage

Visual Basic
Dim classReference As Uri

Dim instance As New Saml2AuthenticationContext(classReference)

Syntax

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

Parameters

classReference

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also