IssuerElement.Address Property

Definition

Gets or sets the URI address of the token issuer.

[System.Configuration.ConfigurationProperty("issuerAddress", DefaultValue="")]
[System.Configuration.StringValidator(MaxLength=2048, MinLength=0)]
public string Address { get; set; }
[<System.Configuration.ConfigurationProperty("issuerAddress", DefaultValue="")>]
[<System.Configuration.StringValidator(MaxLength=2048, MinLength=0)>]
member this.Address : string with get, set
Public Property Address As String

Property Value

The URI address of the token issuer.

Attributes

Applies to