C# Class No.PasswordList

Afficher le fichier Open project: hexafluoride/no Class Usage Examples

Méthodes publiques

Свойство Type Description
Passwords List

Méthodes publiques

Méthode 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 méthode

public Add ( string name, string password ) : void
name string
password string
Résultat void

Contains() public méthode

public Contains ( string name ) : bool
name string
Résultat bool

Generate() public méthode

public Generate ( string name, PasswordGenerator generator = null ) : string
name string
generator PasswordGenerator
Résultat string

PasswordList() public méthode

public PasswordList ( ) : System
Résultat System

Remove() public méthode

public Remove ( string name ) : void
name string
Résultat void

Retrieve() public méthode

public Retrieve ( string name ) : string
name string
Résultat string

Property Details

Passwords public_oe property

public List Passwords
Résultat List