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

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

Visual Basic
Dim requestedTokenType As String
Dim returnValue As SecurityTokenHandler

returnValue = Me.GetSecurityTokenHandler(requestedTokenType)

Синтаксис

Visual Basic
Protected Overridable Function GetSecurityTokenHandler ( _
		requestedTokenType As String _
) As SecurityTokenHandler
C#
protected virtual SecurityTokenHandler GetSecurityTokenHandler (
		string requestedTokenType
)
C++
protected:
virtual SecurityTokenHandler^ GetSecurityTokenHandler (
		String^ requestedTokenType
)
J#
protected SecurityTokenHandler GetSecurityTokenHandler (
		String requestedTokenType
)
JScript
protected function GetSecurityTokenHandler (
		requestedTokenType : String
) : SecurityTokenHandler

Параметры

requestedTokenType

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также