Saml2AuthorizationDecisionStatement.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 a URI reference identifying the resource to which access authorization is sought. [Saml2Core, 2.7.4]
public Uri Resource { get; set; }
member this.Resource : Uri with get, set
Public Property Resource As Uri
Property Value
Remarks
In addition to any absolute URI, the Resource may also be the empty URI reference, and the meaning is defined to be "the start of the current document". [Saml2Core, 2.7.4]