C# Class No.PasswordList

Exibir arquivo Open project: hexafluoride/no Class Usage Examples

Public Properties

Property Type Description
Passwords List

Public Methods

Method Description
Add ( string name, string password ) : void
Contains ( string name ) : bool
Generate ( string name, PasswordGenerator generator = null ) : string
PasswordList ( ) : System
Remove ( string name ) : void
Retrieve ( string name ) : string

Method Details

Add() public method

public Add ( string name, string password ) : void
name string
password string
return void

Contains() public method

public Contains ( string name ) : bool
name string
return bool

Generate() public method

public Generate ( string name, PasswordGenerator generator = null ) : string
name string
generator PasswordGenerator
return string

PasswordList() public method

public PasswordList ( ) : System
return System

Remove() public method

public Remove ( string name ) : void
name string
return void

Retrieve() public method

public Retrieve ( string name ) : string
name string
return string

Property Details

Passwords public_oe property

public List Passwords
return List