The empty URI reference, which may be used with the meaning "the start of the current document" for the Resource property.
Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim value As Uri

value = Saml2AuthorizationDecisionStatement.EmptyResource

Syntax

Visual Basic
Public Shared ReadOnly EmptyResource As Uri
C#
public static readonly Uri EmptyResource
C++
public:
static initonly Uri^ EmptyResource
J#
public static final Uri EmptyResource
JScript
public static final var EmptyResource : Uri

Remarks

Returns a Uri.


Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also