Saml2AuthenticationContext.DeclarationReference Property

Definition

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

Uri

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.

Applies to