IssuedTokenClientBehaviorsElement.IssuerAddress Właściwość

Definicja

Pobiera lub ustawia adres wystawcy tokenu.

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

Wartość właściwości

Adres wystawcy tokenu. Wartość domyślna to pusty ciąg.

Atrybuty

Dotyczy