Freigeben über


Saml2AuthorizationDecisionStatement.Resource Property

Definition

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

Uri

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]

Applies to