C# 클래스 biz.dfch.CS.Appclusive.Scheduler.Core.AppclusiveCredentialSectionManager

파일 보기 프로젝트 열기: dfensgmbh/biz.dfch.CS.Appclusive.Scheduler

공개 메소드들

메소드 설명
AppclusiveCredentialSectionManager ( ) : biz.dfch.CS.Appclusive.Scheduler.Public
AppclusiveCredentialSectionManager ( string username, string password, string domain ) : biz.dfch.CS.Appclusive.Scheduler.Public
Decrypt ( ) : void
Encrypt ( ) : void
GetSection ( ) : AppclusiveCredentialSection
GetSection ( string name ) : AppclusiveCredentialSection

메소드 상세

AppclusiveCredentialSectionManager() 공개 메소드

public AppclusiveCredentialSectionManager ( ) : biz.dfch.CS.Appclusive.Scheduler.Public
리턴 biz.dfch.CS.Appclusive.Scheduler.Public

AppclusiveCredentialSectionManager() 공개 메소드

public AppclusiveCredentialSectionManager ( string username, string password, string domain ) : biz.dfch.CS.Appclusive.Scheduler.Public
username string
password string
domain string
리턴 biz.dfch.CS.Appclusive.Scheduler.Public

Decrypt() 공개 메소드

public Decrypt ( ) : void
리턴 void

Encrypt() 공개 메소드

public Encrypt ( ) : void
리턴 void

GetSection() 공개 메소드

public GetSection ( ) : AppclusiveCredentialSection
리턴 biz.dfch.CS.Appclusive.Scheduler.Public.AppclusiveCredentialSection

GetSection() 공개 메소드

public GetSection ( string name ) : AppclusiveCredentialSection
name string
리턴 biz.dfch.CS.Appclusive.Scheduler.Public.AppclusiveCredentialSection