C# Class biz.dfch.CS.Appclusive.Scheduler.Core.AppclusiveCredentialSectionManager

Datei anzeigen Open project: dfensgmbh/biz.dfch.CS.Appclusive.Scheduler

Public Methods

Method Description
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

Method Details

AppclusiveCredentialSectionManager() public method

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

AppclusiveCredentialSectionManager() public method

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

Decrypt() public method

public Decrypt ( ) : void
return void

Encrypt() public method

public Encrypt ( ) : void
return void

GetSection() public method

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

GetSection() public method

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