Saml2Action.Namespace 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 representing the namespace in which the name of the specified action is to be interpreted. [Saml2Core, 2.7.4.2]
public Uri Namespace { get; set; }
member this.Namespace : Uri with get, set
Public Property Namespace As Uri
Property Value
Exceptions
if 'value' is null.
if 'value' is not an absolute Uri.