SignInRequestMessage.RequestPtr Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the wreqptr parameter of the message.
public:
property System::String ^ RequestPtr { System::String ^ get(); void set(System::String ^ value); };
public string RequestPtr { get; set; }
member this.RequestPtr : string with get, set
Public Property RequestPtr As String
Property Value
The value of the wreqptr parameter.
Exceptions
An attempt to set a value that is not a valid, absolute URI occurs.
Remarks
Specifies a URL that indicates where to find the request expressed as a <wst:RequestSecurityToken>
element. The wreqptr parameter is optional. Set the RequestPtr property to null
or an empty string to remove the wreqptr parameter from the message.
If the RequestPtr property is specified, the Request property cannot be specified.