Saml2AuthenticationContext.DeclarationReference Propriedade
Definição
Obtém ou define uma referência URI que identifica uma declaração de contexto de autenticação.Gets or sets a URI reference that identifies an authentication context declaration. [Saml2Core, 2.7.2.2][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
Valor da propriedade
Um Uri que identifica uma declaração de contexto de autenticação.A Uri that identifies an authentication context declaration.
Exceções
Ocorre uma tentativa de definir um valor que não é null e não é um URI absoluto.An attempt to set a value that is not null and is not an absolute URI occurs.
Comentários
O elemento AuthnContextDeclRef.The AuthnContextDeclRef element. Não há suporte para declarações por valor na implementação de base.By-value declarations are not supported in the base implementation. Consulte comentários no Saml2AuthenticationContext tópico da classe para obter mais informações.See Remarks in the Saml2AuthenticationContext class topic for more information.