C# Class Dev2.Tests.Runtime.Services.HostSecureConfigMock

Inheritance: Dev2.Runtime.Security.HostSecureConfig
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
HostSecureConfigMock ( NameValueCollection settings ) : System.Collections.Specialized

Méthodes protégées

Méthode Description
ProtectConfig ( ) : void
SaveConfig ( NameValueCollection secureSettings ) : void

Method Details

HostSecureConfigMock() public méthode

public HostSecureConfigMock ( NameValueCollection settings ) : System.Collections.Specialized
settings System.Collections.Specialized.NameValueCollection
Résultat System.Collections.Specialized

ProtectConfig() protected méthode

protected ProtectConfig ( ) : void
Résultat void

SaveConfig() protected méthode

protected SaveConfig ( NameValueCollection secureSettings ) : void
secureSettings System.Collections.Specialized.NameValueCollection
Résultat void