Class PassphraseRequirements
public record PassphraseRequirements : IEquatable<PassphraseRequirements>
- Inheritance
-
PassphraseRequirements
- Implements
- Inherited Members
- Extension Methods
Properties
IsOptional
public bool IsOptional { get; init; }
Property Value
MinLength
public int MinLength { get; init; }