TransportClientCredentials Class

Note: This API is now obsolete.

The credentials used by a listener (host) or client to authenticate with the Windows Azure Service Bus relay. The Windows Azure Service Bus supports well-known types of credential schemes: SAML, Shared Secret, and Simple Web Token.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.ServiceBus.Description..::..TransportClientCredentials

Namespace:  Microsoft.ServiceBus.Description
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is deprecated.  Please use TokenProviders instead.")> _
Public Class TransportClientCredentials
'Usage
Dim instance As TransportClientCredentials
[ObsoleteAttribute("This class is deprecated.  Please use TokenProviders instead.")]
public class TransportClientCredentials
[ObsoleteAttribute(L"This class is deprecated.  Please use TokenProviders instead.")]
public ref class TransportClientCredentials
[<ObsoleteAttribute("This class is deprecated.  Please use TokenProviders instead.")>]
type TransportClientCredentials =  class end
public class TransportClientCredentials

The TransportClientCredentials type exposes the following members.

Properties

  Name Description
Public property Saml Gets the Security Assertion Markup Language credential object stored in this instance.
Public property SharedSecret Gets the shared secret credential object stored in this instance.
Public property SimpleWebToken Gets the Simple Web Token object stored in this instance.
Public property TokenProvider Gets the token provider used by the client or service for presenting credentials to the Windows Azure Service Bus relay.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

Windows Azure Service Bus supports only Full Trust code access security.

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.

See Also

Reference

Microsoft.ServiceBus.Description Namespace