WSFederationElement::SignOutReply Property

.NET Framework (current version)
 

Gets or sets the signOutReply attribute.

Namespace:   System.IdentityModel.Services.Configuration
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

public:
[ConfigurationPropertyAttribute("signOutReply", IsRequired = false)]
property String^ SignOutReply {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string that contains the URL to return to following sign out. Sets the wreply parameter on a WS-Federation sign-out request. Optional.

.NET Framework
Available since 4.5
Return to top
Show: