GeneratedPasswordDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Represents a generated password.
public class GeneratedPasswordDto
Inheritance Object → GeneratedPasswordDto
Properties
Value
Value of the generated password.
public string Value { get; set; }
Property Value
Constructors
GeneratedPasswordDto()
public GeneratedPasswordDto()