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

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

Visual Basic
Dim samlSubject As SamlSubject
Dim subject As IClaimsIdentity
Dim tokenDescriptor As SecurityTokenDescriptor
Dim returnValue As SamlAttributeStatement

returnValue = Me.CreateAttributeStatement(samlSubject, subject, tokenDescriptor)

Синтаксис

Visual Basic
Protected Overridable Function CreateAttributeStatement ( _
		samlSubject As SamlSubject, _
		subject As IClaimsIdentity, _
		tokenDescriptor As SecurityTokenDescriptor _
) As SamlAttributeStatement
C#
protected virtual SamlAttributeStatement CreateAttributeStatement (
		SamlSubject samlSubject,
		IClaimsIdentity subject,
		SecurityTokenDescriptor tokenDescriptor
)
C++
protected:
virtual SamlAttributeStatement^ CreateAttributeStatement (
		SamlSubject^ samlSubject, 
		IClaimsIdentity^ subject, 
		SecurityTokenDescriptor^ tokenDescriptor
)
J#
protected SamlAttributeStatement CreateAttributeStatement (
		SamlSubject samlSubject, 
		IClaimsIdentity subject, 
		SecurityTokenDescriptor tokenDescriptor
)
JScript
protected function CreateAttributeStatement (
		samlSubject : SamlSubject, 
		subject : IClaimsIdentity, 
		tokenDescriptor : SecurityTokenDescriptor
) : SamlAttributeStatement

Параметры

samlSubject
subject
tokenDescriptor

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также