Interface IValuesSessionPropertyValidation

Defines values based validation for a trusted client proposed session property.

Namespace: PushTechnology.ClientInterface.Client.Features.Control.Clients
Assembly: Diffusion.Client.dll
Syntax
public interface IValuesSessionPropertyValidation : ISessionPropertyValidation
Remarks

Such validation defines a set of values to which the supplied session property value must belong.

Since 6.5.

Properties

Values

Returns the set of permitted values.

Declaration
IReadOnlyCollection<string> Values { get; }
Property Value
Type Description
IReadOnlyCollection<System.String>

Set of permitted values.

Back to top