Метод SecurityTokenService.CreateSecurityTokenDescriptor
Пространство имен: Microsoft.IdentityModel.SecurityTokenService
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Dim request As RequestSecurityToken Dim scope As Scope Dim returnValue As SecurityTokenDescriptor returnValue = Me.CreateSecurityTokenDescriptor(request, scope)
Синтаксис
'Декларация
Protected Overridable Function CreateSecurityTokenDescriptor ( _
request As RequestSecurityToken, _
scope As Scope _
) As SecurityTokenDescriptor
protected virtual SecurityTokenDescriptor CreateSecurityTokenDescriptor (
RequestSecurityToken request,
Scope scope
)
protected:
virtual SecurityTokenDescriptor^ CreateSecurityTokenDescriptor (
RequestSecurityToken^ request,
Scope^ scope
)
protected SecurityTokenDescriptor CreateSecurityTokenDescriptor (
RequestSecurityToken request,
Scope scope
)
protected function CreateSecurityTokenDescriptor (
request : RequestSecurityToken,
scope : Scope
) : SecurityTokenDescriptor
Параметры
- request
- scope
Безопасность потоков
Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также
Справочник
Класс SecurityTokenService
SecurityTokenService Члены
Пространство имен Microsoft.IdentityModel.SecurityTokenService