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

Afficher le fichier Open project: dfensgmbh/biz.dfch.CS.Appclusive.Scheduler

Méthodes publiques

Méthode 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 méthode

public AppclusiveCredentialSectionManager ( ) : biz.dfch.CS.Appclusive.Scheduler.Public
Résultat biz.dfch.CS.Appclusive.Scheduler.Public

AppclusiveCredentialSectionManager() public méthode

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

Decrypt() public méthode

public Decrypt ( ) : void
Résultat void

Encrypt() public méthode

public Encrypt ( ) : void
Résultat void

GetSection() public méthode

public GetSection ( ) : AppclusiveCredentialSection
Résultat biz.dfch.CS.Appclusive.Scheduler.Public.AppclusiveCredentialSection

GetSection() public méthode

public GetSection ( string name ) : AppclusiveCredentialSection
name string
Résultat biz.dfch.CS.Appclusive.Scheduler.Public.AppclusiveCredentialSection