WSFederationElement.RequestPtr Property

Definition

Gets or sets the requestPtr attribute.

public:
 property System::String ^ RequestPtr { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("requestPtr", IsRequired=false)]
public string RequestPtr { get; set; }
[<System.Configuration.ConfigurationProperty("requestPtr", IsRequired=false)>]
member this.RequestPtr : string with get, set
Public Property RequestPtr As String

Property Value

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.

Attributes

Applies to

See also