Edit

Share via


IRegistry Interface

Definition

public interface IRegistry
type IRegistry = interface
Public Interface IRegistry
Derived

Methods

DeleteValueAsync(String, String, CancellationToken)
GetRegistryProperties(IList<String>, CancellationToken)
GetValueAsync(String, String, CancellationToken, Object)
GetValueAsync<T>(String, String, CancellationToken, T)
MonitorRegistryKeyAsync<T>(String, String, TimeSpan, EventHandler<RegistryValueChangedArgs<T>>, CancellationToken)
SetRegistryProperties(IDictionary<String,Object>, CancellationToken)
SetValueAsync<T>(String, String, T, CancellationToken)

Extension Methods

GetSSLThumbprint(IRegistry, CancellationToken)

Applies to