TransportClientCredentialsElement Class
Note: This API is now obsolete.
A configuration element that contains the credentials of a service or client endpoint for a transport on the Windows Azure Service Bus relay.
Inheritance Hierarchy
System. . :: . .Object
System.Configuration. . :: . .ConfigurationElement
ServiceModelConfigurationElement
System.ServiceModel.Configuration. . :: . .ServiceModelExtensionElement
System.ServiceModel.Configuration. . :: . .BehaviorExtensionElement
System.ServiceModel.Configuration. . :: . .ClientCredentialsElement
Microsoft.ServiceBus.Configuration..::..TransportClientCredentialsElement
Namespace: Microsoft.ServiceBus.Configuration
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is deprecated. Please use TokenProviderElement instead.")> _
Public Class TransportClientCredentialsElement _
Inherits ClientCredentialsElement
'Usage
Dim instance As TransportClientCredentialsElement
[ObsoleteAttribute("This class is deprecated. Please use TokenProviderElement instead.")]
public class TransportClientCredentialsElement : ClientCredentialsElement
[ObsoleteAttribute(L"This class is deprecated. Please use TokenProviderElement instead.")]
public ref class TransportClientCredentialsElement : public ClientCredentialsElement
[<ObsoleteAttribute("This class is deprecated. Please use TokenProviderElement instead.")>]
type TransportClientCredentialsElement =
class
inherit ClientCredentialsElement
end
public class TransportClientCredentialsElement extends ClientCredentialsElement
The TransportClientCredentialsElement type exposes the following members.
Properties
Top
Methods
Top
Remarks
Windows Azure Service Bus supports only Full Trust code access security.
This class corresponds to a configuration element specified in an application configuration file.
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.
.jpeg)
.jpeg)
.jpeg)
.jpeg)