Show / Hide Table of Contents

    Class ConsolePasswordReader

    Inheritance
    System.Object
    ConsolePasswordReader
    Implements
    IPasswordReader
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Catalyst.Core.Lib.Cryptography
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public class ConsolePasswordReader : IPasswordReader

    Constructors

    | Improve this Doc View Source

    ConsolePasswordReader(IUserOutput, IUserInput)

    Declaration
    public ConsolePasswordReader(IUserOutput userOutput, IUserInput userInput)
    Parameters
    Type Name Description
    IUserOutput userOutput
    IUserInput userInput

    Fields

    | Improve this Doc View Source

    MaxLength

    Declaration
    public static readonly int MaxLength
    Field Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    ReadSecurePassword(String)

    Declaration
    public SecureString ReadSecurePassword(string prompt)
    Parameters
    Type Name Description
    System.String prompt
    Returns
    Type Description
    System.Security.SecureString

    Implements

    IPasswordReader
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network