Saml2AuthenticationContext.DeclarationReference 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 that identifies an authentication context declaration. [Saml2Core, 2.7.2.2]
public:
property Uri ^ DeclarationReference { Uri ^ get(); void set(Uri ^ value); };
public Uri DeclarationReference { get; set; }
member this.DeclarationReference : Uri with get, set
Public Property DeclarationReference As Uri
Property Value
A Uri that identifies an authentication context declaration.
Exceptions
An attempt to set a value that is not null
and is not an absolute URI occurs.
Remarks
The AuthnContextDeclRef element. By-value declarations are not supported in the base implementation. See Remarks in the Saml2AuthenticationContext class topic for more information.