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

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

Visual Basic
Dim subject As IClaimsIdentity
Dim attributes As ICollection(Of SamlAttribute)
Dim tokenDescriptor As SecurityTokenDescriptor

Me.AddDelegateToAttributes(subject, attributes, tokenDescriptor)

Синтаксис

Visual Basic
Protected Overridable Sub AddDelegateToAttributes ( _
		subject As IClaimsIdentity, _
		attributes As ICollection(Of SamlAttribute), _
		tokenDescriptor As SecurityTokenDescriptor _
)
C#
protected virtual void AddDelegateToAttributes (
		IClaimsIdentity subject,
		ICollection<SamlAttribute> attributes,
		SecurityTokenDescriptor tokenDescriptor
)
C++
protected:
virtual void AddDelegateToAttributes (
		IClaimsIdentity^ subject, 
		ICollection<SamlAttribute^>^ attributes, 
		SecurityTokenDescriptor^ tokenDescriptor
)
J#
protected void AddDelegateToAttributes (
		IClaimsIdentity subject, 
		ICollection<SamlAttribute> attributes, 
		SecurityTokenDescriptor tokenDescriptor
)
JScript
protected function AddDelegateToAttributes (
		subject : IClaimsIdentity, 
		attributes : ICollection<SamlAttribute>, 
		tokenDescriptor : SecurityTokenDescriptor
)

Параметры

subject
attributes
tokenDescriptor

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также