Méthode | Description | |
---|---|---|
ConfigurationService ( ISecretReaderFactory secretReaderFactory ) : System | ||
Get ( string key ) : string |
Gets a value from the configuration service.
|
|
InitSecretInjector ( ) : ISecretInjector | ||
TryGet ( string key, string &value ) : bool |
Tries to get a value from the configuration service.
|
public ConfigurationService ( ISecretReaderFactory secretReaderFactory ) : System | ||
secretReaderFactory | ISecretReaderFactory | |
Résultat | System |
public Get ( string key ) : string | ||
key | string | The configuration key to fetch the value for. |
Résultat | string |
public InitSecretInjector ( ) : ISecretInjector | ||
Résultat | ISecretInjector |
public TryGet ( string key, string &value ) : bool | ||
key | string | The configuration key to fetch the value for. |
value | string | The value that will be set to null if the key is not found. |
Résultat | bool |