C# Class CalDavSynchronizer.OutlookAccountPasswordProvider

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

Méthodes publiques

Méthode Description
GetAccountServerSettings ( string accountNameOrNull ) : AccountServerSettings
GetPassword ( string accountNameOrNull ) : SecureString
OutlookAccountPasswordProvider ( string outlookProfileName, string outlookVersion ) : System

Private Methods

Méthode Description
ConvertRegistryValueToString ( object value ) : string

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

OutlookAccountPasswordProvider() public méthode

public OutlookAccountPasswordProvider ( string outlookProfileName, string outlookVersion ) : System
outlookProfileName string
outlookVersion string
Résultat System