C# Класс Goedel.Mesh.Platform.MeshApplicationPassword

Password wpplication profile interface.
Наследование: MeshApplication
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Profile PasswordProfile

Открытые методы

Метод Описание
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.

Описание методов

Add() публичный Метод

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
Результат void

Add() публичный Метод

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
Результат void

Delete() публичный Метод

Delete credential entry for a site.
public Delete ( string Site ) : void
Site string Name of site to delete credentials for
Результат void

Get() публичный Метод

Get credential for a site.
public Get ( string Site ) : void
Site string Name of site to get credentials for
Результат void

Описание свойств

Profile публичное свойство

Public profile
public PasswordProfile Profile
Результат PasswordProfile