IssuerElement Class

Definition

A configuration element that describes an issuer of a token for the Azure Service Bus.

public class IssuerElement : System.Configuration.ConfigurationElement
type IssuerElement = class
    inherit ConfigurationElement
Public Class IssuerElement
Inherits ConfigurationElement
Inheritance
IssuerElement

Properties

Address

Gets or sets the URI address of the token issuer.

Properties

Gets the collection of properties contained in this configuration element.

Methods

CopyFrom(ConfigurationElement)

Copies the contents of the specified configuration element to this configuration element.

Applies to