Struct PasswordRule
public record struct PasswordRule : IEquatable<PasswordRule>
- Implements
- Inherited Members
Constructors
PasswordRule(Func<string, bool>, string)
public PasswordRule(Func<string, bool> IsValid, string Error)
Parameters
Properties
Error
public string Error { readonly get; set; }
Property Value
IsValid
public Func<string, bool> IsValid { readonly get; set; }