C# 클래스 CalDavSynchronizer.OutlookAccountPasswordProvider

상속: IOutlookAccountPasswordProvider
파일 보기 프로젝트 열기: aluxnimm/outlookcaldavsynchronizer

공개 메소드들

메소드 설명
GetAccountServerSettings ( string accountNameOrNull ) : AccountServerSettings
GetPassword ( string accountNameOrNull ) : SecureString
OutlookAccountPasswordProvider ( string outlookProfileName, string outlookVersion ) : System

비공개 메소드들

메소드 설명
ConvertRegistryValueToString ( object value ) : string

메소드 상세

GetAccountServerSettings() 공개 메소드

public GetAccountServerSettings ( string accountNameOrNull ) : AccountServerSettings
accountNameOrNull string
리턴 CalDavSynchronizer.Contracts.AccountServerSettings

GetPassword() 공개 메소드

public GetPassword ( string accountNameOrNull ) : SecureString
accountNameOrNull string
리턴 System.Security.SecureString

OutlookAccountPasswordProvider() 공개 메소드

public OutlookAccountPasswordProvider ( string outlookProfileName, string outlookVersion ) : System
outlookProfileName string
outlookVersion string
리턴 System