AuthorizationFailedException.RequestedRelyingParty Property

Gets the requested relying party.

Namespace: Microsoft.IdentityServer.Web
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer)

Usage

'Usage
Dim instance As AuthorizationFailedException
Dim value As Uri

value = instance.RequestedRelyingParty

Syntax

'Declaration
Public ReadOnly Property RequestedRelyingParty As Uri
public Uri RequestedRelyingParty { get; }
public:
property Uri^ RequestedRelyingParty {
    Uri^ get ();
}
/** @property */
public Uri get_RequestedRelyingParty ()
public function get RequestedRelyingParty () : Uri

Property Value

The Uri that identifies the relying party.

Exceptions

Exception type Condition

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2008 R2

See Also

Reference

AuthorizationFailedException Class
AuthorizationFailedException Members
Microsoft.IdentityServer.Web Namespace