WSFederationElement::Reply Property
.NET Framework (current version)
Gets or sets the reply attribute.
Assembly: System.IdentityModel.Services (in System.IdentityModel.Services.dll)
public: [ConfigurationPropertyAttribute("reply", IsRequired = false)] property String^ Reply { String^ get(); void set(String^ value); }
Property Value
Type: System::String^A string that contains the URI of the address to reply to. The default is an empty string. Sets the wreply parameter on a WS-Federation sign-in request. Optional.
.NET Framework
Available since 4.5
Available since 4.5
Show: