IssuedTokenClientBehaviorsElement::IssuerAddress Property

 

Gets or sets the address of the token issuer.

Namespace:   System.ServiceModel.Configuration
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
Return to top
Show: