Пространство имен: Microsoft.IdentityModel.Tokens.Saml2
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim authenticationContext As Saml2AuthenticationContext
Dim authenticationInstant As DateTime

Dim instance As New Saml2AuthenticationStatement(authenticationContext, authenticationInstant)

Синтаксис

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
)

Параметры

authenticationContext
authenticationInstant

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также