Class TokenProviderElement
- Namespace
- Microsoft.ServiceBus.Configuration
- Assembly
- Microsoft.ServiceBus.dll
Represents the configuration element that specifies the token provider for the Service Bus.
public class TokenProviderElement : ClientCredentialsElement
- Inheritance
-
TokenProviderElement
Properties
Name
Gets the name of the specified TokenProviderElement object.
public string Name { get; set; }
Property Value
- string
The specified TokenProviderElement object.
Properties
Gets the collection of properties contained in the configuration element.
protected override ConfigurationPropertyCollection Properties { get; }
Property Value
- ConfigurationPropertyCollection
The collection of properties contained in the configuration element.
SharedAccessSignature
Gets the shared access signature element.
public SharedAccessSignatureElement SharedAccessSignature { get; }
Property Value
- SharedAccessSignatureElement
The shared access signature element.
SharedSecret
Gets the shared secret element contained in the token provider element.
public SharedSecretElement SharedSecret { get; }
Property Value
- SharedSecretElement
The shared secret element contained in the token provider element.
WindowsAuthentication
Gets the Windows authentication settings for this element.
public WindowsElement WindowsAuthentication { get; }
Property Value
- WindowsElement
The Windows authentication settings for this element.
Methods
CopyFrom(ServiceModelExtensionElement)
Copies the contents of the specified configuration element to this configuration element.
public override void CopyFrom(ServiceModelExtensionElement from)
Parameters
from
ServiceModelExtensionElementThe configuration element to copy the contents from.