C# Class MALClient.iOS.Adapters.PasswordVaultProvider

Inheritance: IPasswordVault
Afficher le fichier Open project: Mordonus/MALClient

Méthodes publiques

Méthode Description
Add ( VaultCredential credential ) : void
Get ( string domain ) : VaultCredential
Reset ( ) : void

Method Details

Add() public méthode

public Add ( VaultCredential credential ) : void
credential MALClient.Models.AdapterModels.VaultCredential
Résultat void

Get() public méthode

public Get ( string domain ) : VaultCredential
domain string
Résultat MALClient.Models.AdapterModels.VaultCredential

Reset() public méthode

public Reset ( ) : void
Résultat void