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 | |
---|---|---|
Saml | Gets the Security Assertion Markup Language credential object stored in this instance. | |
SharedSecret | Gets the shared secret credential object stored in this instance. | |
SimpleWebToken | Gets the Simple Web Token object stored in this instance. | |
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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.