SimpleWebTokenCredential Class

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The SimpleWebTokenCredential class holds a Simple Web Token (SWAT) that has been explicitly acquired by the client from the AppFabric Access Control service as an authorization token for a AppFabric Service Bus namespace address.

Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus.Channels (in microsoft.servicebus.channels.dll)

Usage

    Dim instance As SimpleWebTokenCredential

Syntax

'Declaration
Public Class SimpleWebTokenCredential
    Inherits ServiceBusCredential
public class SimpleWebTokenCredential : ServiceBusCredential
public ref class SimpleWebTokenCredential : public ServiceBusCredential
public class SimpleWebTokenCredential extends ServiceBusCredential
public class SimpleWebTokenCredential extends ServiceBusCredential

Remarks

Note that the AppFabric Service Bus supports only Full Trust code access security.

Inheritance Hierarchy

System.Object
   Microsoft.ServiceBus.ServiceBusCredential
    Microsoft.ServiceBus.SimpleWebTokenCredential

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 XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

SimpleWebTokenCredential Members
Microsoft.ServiceBus Namespace