WSFederationElement::RequestPtr Property

.NET Framework (current version)
 

Gets or sets the requestPtr attribute.

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

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

Property Value

Type: System::String^

A URL that specifies the location of the token issuance request. The default is an empty string. Sets the WS-Federation sign-in request wreqptr parameter. Optional.

.NET Framework
Available since 4.5
Return to top
Show: