IssuedTokenClientBehaviorsElement.IssuerAddress Property

Definition

Gets or sets the address of the token issuer.

public:
 property System::String ^ IssuerAddress { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("issuerAddress", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
[System.Configuration.StringValidator(MinLength=0)]
public string IssuerAddress { get; set; }
[<System.Configuration.ConfigurationProperty("issuerAddress", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.IssuerAddress : string with get, set
Public Property IssuerAddress As String

Property Value

The address of the token issuer. The default is an empty string.

Attributes

Applies to