C# Class CalDavSynchronizer.NullOutlookAccountPasswordProvider

Inheritance: IOutlookAccountPasswordProvider
Afficher le fichier Open project: aluxnimm/outlookcaldavsynchronizer

Méthodes publiques

Свойство Type Description
Instance IOutlookAccountPasswordProvider

Méthodes publiques

Méthode Description
GetAccountServerSettings ( string accountNameOrNull ) : AccountServerSettings
GetPassword ( string accountNameOrNull ) : SecureString

Private Methods

Méthode Description
NullOutlookAccountPasswordProvider ( ) : System

Method Details

GetAccountServerSettings() public méthode

public GetAccountServerSettings ( string accountNameOrNull ) : AccountServerSettings
accountNameOrNull string
Résultat CalDavSynchronizer.Contracts.AccountServerSettings

GetPassword() public méthode

public GetPassword ( string accountNameOrNull ) : SecureString
accountNameOrNull string
Résultat System.Security.SecureString

Property Details

Instance public_oe static_oe property

public static IOutlookAccountPasswordProvider Instance
Résultat IOutlookAccountPasswordProvider