Class PemCertificateProvider
public class PemCertificateProvider : ConfigurationProvider, IConfigurationProvider
- Inheritance
-
PemCertificateProvider
- Implements
- Inherited Members
Constructors
PemCertificateProvider(IConfigurationRoot, IConfigurationRoot)
public PemCertificateProvider(IConfigurationRoot certFileProvider, IConfigurationRoot keyFileProvider)
Parameters
certFileProvider
IConfigurationRootkeyFileProvider
IConfigurationRoot
Methods
Load()
Loads (or reloads) the data for this provider.
public override void Load()
TryGet(string, out string)
Attempts to find a value with the given key, returns true if one is found, false otherwise.
public override bool TryGet(string key, out string value)
Parameters
Returns
- bool
True if key has a value, false otherwise.