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

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

Visual Basic
Dim samlSubject As SamlSubject
Dim authInfo As AuthenticationInformation
Dim tokenDescriptor As SecurityTokenDescriptor
Dim returnValue As SamlAuthenticationStatement

returnValue = Me.CreateAuthenticationStatement(samlSubject, authInfo, tokenDescriptor)

Синтаксис

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

Параметры

samlSubject
authInfo
tokenDescriptor

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также