IssuedTokenClientBehaviorsElement::IssuerAddress Property
.NET Framework (current version)
Gets or sets the address of the token issuer.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("issuerAddress", DefaultValue = "", Options = ConfigurationPropertyOptions::None | ConfigurationPropertyOptions::IsRequired | ConfigurationPropertyOptions::IsKey)] [StringValidatorAttribute(MinLength = 0)] property String^ IssuerAddress { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The address of the token issuer. The default is an empty string.
.NET Framework
Available since 3.0
Available since 3.0
Show: