C# Class LocalizationTool.CredentialHelper

Show file Open project: Orckestra/C1-Packages Class Usage Examples

Public Properties

Property Type Description
SourceRepoPassword string
SourceRepoUserName string
TargetRepoPassword string
TargetRepoUserName string

Public Methods

Method Description
GetFormRegistery ( string key ) : string
SaveInRegistery ( string key, string value ) : void

Method Details

GetFormRegistery() public static method

public static GetFormRegistery ( string key ) : string
key string
return string

SaveInRegistery() public static method

public static SaveInRegistery ( string key, string value ) : void
key string
value string
return void

Property Details

SourceRepoPassword public static property

public static string SourceRepoPassword
return string

SourceRepoUserName public static property

public static string SourceRepoUserName
return string

TargetRepoPassword public static property

public static string TargetRepoPassword
return string

TargetRepoUserName public static property

public static string TargetRepoUserName
return string