Table of Contents

Class Password

Namespace
Cratis.Chronicle.Security
Assembly
Cratis.Chronicle.dll

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

Value string

The actual value.

Fields

Empty

Gets the representation of an empty Password.

public static readonly Password Empty

Field Value

Password

Operators

implicit operator Password(string)

Implicitly convert from a string to Password.

public static implicit operator Password(string value)

Parameters

value string

String to convert from.

Returns

Password