C# 클래스 CalDavSynchronizer.NullOutlookAccountPasswordProvider

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

공개 프로퍼티들

프로퍼티 타입 설명
Instance IOutlookAccountPasswordProvider

공개 메소드들

메소드 설명
GetAccountServerSettings ( string accountNameOrNull ) : AccountServerSettings
GetPassword ( string accountNameOrNull ) : SecureString

비공개 메소드들

메소드 설명
NullOutlookAccountPasswordProvider ( ) : System

메소드 상세

GetAccountServerSettings() 공개 메소드

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

GetPassword() 공개 메소드

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

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static IOutlookAccountPasswordProvider Instance
리턴 IOutlookAccountPasswordProvider