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 the URI reference that identifies the resource to which access authorization is sought.
public:
property Uri ^ Resource { Uri ^ get(); void set(Uri ^ value); };
public Uri Resource { get; set; }
member this.Resource : Uri with get, set
Public Property Resource As Uri
Property Value
A Uri that identifies the resource.
Exceptions
An attempt to set a value that is null
occurs.
An attempt to set a value that is not an absolute URI or is not an empty relative URI occurs.
Remarks
Corresponds to the Resource
attribute For more information about the element that this class represents, see the following specification: Assertions and Protocols for the OASIS Security Assertion Markup Language (SAML) V2.0..
The Resource property may be set to an absolute URI or to the empty URI reference (EmptyResource). When it is set to the empty URI reference, the meaning is defined to be the start of the current document.