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

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

Visual Basic
Dim tokenDescriptor As SecurityTokenDescriptor
Dim returnValue As SamlSubject

returnValue = Me.CreateSamlSubject(tokenDescriptor)

Синтаксис

Visual Basic
Protected Overridable Function CreateSamlSubject ( _
		tokenDescriptor As SecurityTokenDescriptor _
) As SamlSubject
C#
protected virtual SamlSubject CreateSamlSubject (
		SecurityTokenDescriptor tokenDescriptor
)
C++
protected:
virtual SamlSubject^ CreateSamlSubject (
		SecurityTokenDescriptor^ tokenDescriptor
)
J#
protected SamlSubject CreateSamlSubject (
		SecurityTokenDescriptor tokenDescriptor
)
JScript
protected function CreateSamlSubject (
		tokenDescriptor : SecurityTokenDescriptor
) : SamlSubject

Параметры

tokenDescriptor

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также