Class Password
Represents a password.
public record Password : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<Password>
- Inheritance
-
Password
- Implements
- Inherited Members
Constructors
Password(string)
Represents a password.
public Password(string Value)
Parameters
ValuestringThe actual value.
Fields
Empty
Gets the representation of an empty Password.
public static readonly Password Empty
Field Value
Operators
implicit operator Password(string)
Implicitly convert from a string to Password.
public static implicit operator Password(string value)
Parameters
valuestringString to convert from.