Class IssuerElement
- Namespace
- Microsoft.ServiceBus.Configuration
- Assembly
- Microsoft.ServiceBus.dll
A configuration element that describes an issuer of a token for the Azure Service Bus.
public class IssuerElement : ConfigurationElement
- Inheritance
-
IssuerElement
Properties
Address
Gets or sets the URI address of the token issuer.
public string Address { get; set; }
Property Value
- string
The URI address of the token issuer.
Properties
Gets the collection of properties contained in this configuration element.
protected override ConfigurationPropertyCollection Properties { get; }
Property Value
- ConfigurationPropertyCollection
The collection of properties contained in this configuration element.
Methods
CopyFrom(ConfigurationElement)
Copies the contents of the specified configuration element to this configuration element.
public void CopyFrom(ConfigurationElement from)
Parameters
from
ConfigurationElementThe configuration element to copy the contents from.