C# Класс biz.dfch.CS.Appclusive.Scheduler.Core.AppclusiveCredentialSectionManager

Показать файл Открыть проект

Открытые методы

Метод Описание
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