SignedHttpRequestValidationParameters.ClaimsToValidateWhenPresent Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém ou define as reivindicações para validar se existirem.
public System.Collections.Generic.IEnumerable<string> ClaimsToValidateWhenPresent { get; set; }
member this.ClaimsToValidateWhenPresent : seq<string> with get, set
Public Property ClaimsToValidateWhenPresent As IEnumerable(Of String)
Valor de Propriedade
Observações
A validação só ocorrerá se ValidatePresentClaims estiver definido como true.