SignedHttpRequestValidationParameters.ClaimsToValidateWhenPresent Propiedad

Definición

Obtiene o establece las notificaciones que se van a validar si están presentes.

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 propiedad

Comentarios

La validación solo se producirá si ValidatePresentClaims se establece en true.

Se aplica a