SamlCredential Class

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

The SamlCredential class holds a SAML token as a credential and acquires authorization tokens for the AppFabric Service Bus namespace addresses based on it from the AppFabric Access Control service.

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

Usage

    Dim instance As SamlCredential

Syntax

'Declaration
Public Class SamlCredential
    Inherits ServiceBusCredential
public class SamlCredential : ServiceBusCredential
public ref class SamlCredential : public ServiceBusCredential
public class SamlCredential extends ServiceBusCredential
public class SamlCredential 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.SamlCredential

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

SamlCredential Members
Microsoft.ServiceBus Namespace