C# Class Goedel.Mesh.Platform.MeshApplicationPassword

Password wpplication profile interface.
Inheritance: MeshApplication
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Свойство Type Description
Profile PasswordProfile

Méthodes publiques

Méthode Description
Add ( List Sites, string Username, string Password ) : void

Add username and password entry for a site.

Add ( string Site, string Username, string Password ) : void

Add username and password entry for a site.

Delete ( string Site ) : void

Delete credential entry for a site.

Get ( string Site ) : void

Get credential for a site.

Method Details

Add() public méthode

Add username and password entry for a site.
public Add ( List Sites, string Username, string Password ) : void
Sites List List of sites for which the credential applies
Username string Username part of credential
Password string Password part of credential
Résultat void

Add() public méthode

Add username and password entry for a site.
public Add ( string Site, string Username, string Password ) : void
Site string Site for which the credential applies
Username string Username part of credential
Password string Password part of credential
Résultat void

Delete() public méthode

Delete credential entry for a site.
public Delete ( string Site ) : void
Site string Name of site to delete credentials for
Résultat void

Get() public méthode

Get credential for a site.
public Get ( string Site ) : void
Site string Name of site to get credentials for
Résultat void

Property Details

Profile public_oe property

Public profile
public PasswordProfile Profile
Résultat PasswordProfile