Table of Contents

Struct PasswordRule

Namespace
The.Security
Assembly
Instagile.dll
public record struct PasswordRule : IEquatable<PasswordRule>
Implements
Inherited Members

Constructors

PasswordRule(Func<string, bool>, string)

public PasswordRule(Func<string, bool> IsValid, string Error)

Parameters

IsValid Func<string, bool>
Error string

Properties

Error

public string Error { readonly get; set; }

Property Value

string

IsValid

public Func<string, bool> IsValid { readonly get; set; }

Property Value

Func<string, bool>