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

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

Visual Basic
Dim authInfo As AuthenticationInformation
Dim tokenDescriptor As SecurityTokenDescriptor
Dim returnValue As Saml2AuthenticationStatement

returnValue = Me.CreateAuthenticationStatement(authInfo, tokenDescriptor)

Синтаксис

Visual Basic
Protected Overridable Function CreateAuthenticationStatement ( _
		authInfo As AuthenticationInformation, _
		tokenDescriptor As SecurityTokenDescriptor _
) As Saml2AuthenticationStatement
C#
protected virtual Saml2AuthenticationStatement CreateAuthenticationStatement (
		AuthenticationInformation authInfo,
		SecurityTokenDescriptor tokenDescriptor
)
C++
protected:
virtual Saml2AuthenticationStatement^ CreateAuthenticationStatement (
		AuthenticationInformation^ authInfo, 
		SecurityTokenDescriptor^ tokenDescriptor
)
J#
protected Saml2AuthenticationStatement CreateAuthenticationStatement (
		AuthenticationInformation authInfo, 
		SecurityTokenDescriptor tokenDescriptor
)
JScript
protected function CreateAuthenticationStatement (
		authInfo : AuthenticationInformation, 
		tokenDescriptor : SecurityTokenDescriptor
) : Saml2AuthenticationStatement

Параметры

authInfo
tokenDescriptor

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также