Saml2AuthenticationContext.DeclarationReference Vlastnost

Definice

Získá nebo nastaví odkaz URI, který identifikuje deklaraci kontextu ověřování. [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

Hodnota vlastnosti

Uri

A Uri , která identifikuje deklaraci kontextu ověřování.

Výjimky

Pokus o nastavení hodnoty, která není null a není absolutní identifikátor URI, nastane.

Poznámky

AuthnContextDeclRef element. Deklarace podle hodnot nejsou v základní implementaci podporovány. Další informace najdete v poznámkách v tématu předmětu Saml2AuthenticationContext .

Platí pro