Creates an aggregate token resolver with the service certificate and the service token resolver configured.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As ServiceConfiguration
Dim returnValue As SecurityTokenResolver

returnValue = instance.CreateAggregateTokenResolver

Syntax

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

Exceptions

Exception type Condition

Remarks

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


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also