SignInRequestMessage.Resource 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 wres parameter of the message.
public:
property System::String ^ Resource { System::String ^ get(); void set(System::String ^ value); };
public string Resource { get; set; }
member this.Resource : string with get, set
Public Property Resource As String
Property Value
The value of the wres parameter.
Exceptions
An attempt to set a value that is not a valid, absolute URI occurs.
Remarks
Specifies the URL for the resource to be accessed. The wres parameter is a legacy parameter. Typically, the wtrealm parameter (the Realm property) is used instead. The wres parameter is optional. Set to the Resource property to null
or an empty string to remove the wres parameter from the message.