WSFederationAuthenticationModule.Resource Property
Get or sets the value of the wres parameter to use in WS-Federation sign-in requests (“wsignin1.0”).
Namespace: System.IdentityModel.Services
Assembly: System.IdentityModel.Services (in System.IdentityModel.Services.dll)
Property Value
Type: System.StringA URI that identifies the resource being accessed, the relying party (RP), to the to the security token service (STS).
The wtrealm parameter, which is set by the Realm property, should be used instead of this parameter.
The wres parameter is optional. If the Resource property is set to a null reference (Nothing in Visual Basic) or an empty string, the wres parameter is not included in the sign-in request.
You can override this setting on each HTTP request by adding a handler for the RedirectingToIdentityProvider event. This event is raised just before the module redirects to the security token service (STS) with a WS-Federation sign-in request message. The STS is specified by the Issuer property.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.