IssuedTokenClientBehaviorsElement.IssuerAddress Eigenschap

Definitie

Hiermee wordt het adres van de tokenverlener opgehaald of ingesteld.

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

Waarde van eigenschap

Het adres van de tokenverlener. De standaardwaarde is een lege tekenreeks.

Kenmerken

Van toepassing op