C# Class Goedel.Mesh.Platform.MeshApplicationPassword

Password wpplication profile interface.
Inheritance: MeshApplication
Datei anzeigen Open project: hallambaker/Mathematical-Mesh

Public Properties

Property Type Description
Profile PasswordProfile

Public Methods

Method 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 method

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
return void

Add() public method

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
return void

Delete() public method

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

Get() public method

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

Property Details

Profile public_oe property

Public profile
public PasswordProfile Profile
return PasswordProfile