Show / Hide Table of Contents

    Class PasswordManager

    Inheritance
    System.Object
    PasswordManager
    Implements
    IPasswordManager
    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 sealed class PasswordManager : IPasswordManager

    Constructors

    | Improve this Doc View Source

    PasswordManager(IPasswordReader, IPasswordRegistry)

    Declaration
    public PasswordManager(IPasswordReader passwordReader, IPasswordRegistry passwordRegistry)
    Parameters
    Type Name Description
    IPasswordReader passwordReader
    IPasswordRegistry passwordRegistry

    Methods

    | Improve this Doc View Source

    AddPasswordToRegistry(PasswordRegistryTypes, SecureString)

    Declaration
    public bool AddPasswordToRegistry(PasswordRegistryTypes passwordType, SecureString password)
    Parameters
    Type Name Description
    PasswordRegistryTypes passwordType
    System.Security.SecureString password
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    RetrieveOrPromptAndAddPasswordToRegistry(PasswordRegistryTypes, String)

    Declaration
    public SecureString RetrieveOrPromptAndAddPasswordToRegistry(PasswordRegistryTypes passwordType, string promptMessage = null)
    Parameters
    Type Name Description
    PasswordRegistryTypes passwordType
    System.String promptMessage
    Returns
    Type Description
    System.Security.SecureString
    | Improve this Doc View Source

    RetrieveOrPromptPassword(PasswordRegistryTypes, String)

    Declaration
    public SecureString RetrieveOrPromptPassword(PasswordRegistryTypes passwordType, string promptMessage = null)
    Parameters
    Type Name Description
    PasswordRegistryTypes passwordType
    System.String promptMessage
    Returns
    Type Description
    System.Security.SecureString

    Implements

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