Creates an aggregate token resolver with the service certificate and the service token resolver configured.
Пространство имен: Microsoft.IdentityModel.Configuration
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim instance As ServiceConfiguration
Dim returnValue As SecurityTokenResolver

returnValue = instance.CreateAggregateTokenResolver

Синтаксис

Visual Basic
Public Function CreateAggregateTokenResolver As SecurityTokenResolver
C#
public SecurityTokenResolver CreateAggregateTokenResolver ()
C++
public:
SecurityTokenResolver^ CreateAggregateTokenResolver ()
J#
public SecurityTokenResolver CreateAggregateTokenResolver ()
JScript
public function CreateAggregateTokenResolver () : SecurityTokenResolver

Исключения

Тип исключений Условие

Примечания

If there is no service certificate or service token resolver configured, the default service token resolver is returned.


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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также