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

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

Visual Basic
Dim securityTokenXml As XmlElement
Dim securityTokenHandlers As SecurityTokenHandlerCollection
Dim returnValue As ClaimsIdentityCollection

returnValue = Me.CreateSubject(securityTokenXml, securityTokenHandlers)

Синтаксис

Visual Basic
Protected Overridable Function CreateSubject ( _
		securityTokenXml As XmlElement, _
		securityTokenHandlers As SecurityTokenHandlerCollection _
) As ClaimsIdentityCollection
C#
protected virtual ClaimsIdentityCollection CreateSubject (
		XmlElement securityTokenXml,
		SecurityTokenHandlerCollection securityTokenHandlers
)
C++
protected:
virtual ClaimsIdentityCollection^ CreateSubject (
		XmlElement^ securityTokenXml, 
		SecurityTokenHandlerCollection^ securityTokenHandlers
)
J#
protected ClaimsIdentityCollection CreateSubject (
		XmlElement securityTokenXml, 
		SecurityTokenHandlerCollection securityTokenHandlers
)
JScript
protected function CreateSubject (
		securityTokenXml : XmlElement, 
		securityTokenHandlers : SecurityTokenHandlerCollection
) : ClaimsIdentityCollection

Параметры

securityTokenXml
securityTokenHandlers

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также