Class CertificateProvider
public class CertificateProvider : ConfigurationProvider, IConfigurationProvider
- Inheritance
-
CertificateProvider
- Implements
- Inherited Members
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.