Interface IMatchesSessionPropertyValidation
- Assembly
- Diffusion.Client.dll
Defines regular expression based validation for a trusted client proposed session property.
public interface IMatchesSessionPropertyValidation : ISessionPropertyValidation
Remarks
Such validation defines a regular expression, which the supplied session property value must belong.
Since 6.5
Properties
Regex
Returns the regular expression.
string Regex { get; }
Property Value
- string
The regular expression.