Edit

Share via


NonHARegistry Class

Definition

public class NonHARegistry : Microsoft.Hpc.WindowsRegistryBase
type NonHARegistry = class
    inherit WindowsRegistryBase
Public Class NonHARegistry
Inherits WindowsRegistryBase
Inheritance

Constructors

NonHARegistry()

Methods

CreateOrOpenSubKey(String)
DeleteValueAsync(String, String, CancellationToken) (Inherited from WindowsRegistryBase)
Dispose() (Inherited from WindowsRegistryBase)
Dispose(Boolean) (Inherited from WindowsRegistryBase)
GetRegistryProperties(IList<String>, CancellationToken) (Inherited from RegistryProperty)
GetRootKey(String) (Inherited from WindowsRegistryBase)
GetValueAsync(String, String, CancellationToken, Object) (Inherited from RegistryProperty)
GetValueAsync<T>(String, String, CancellationToken, T) (Inherited from WindowsRegistryBase)
MonitorRegistryKeyAsync<T>(String, String, TimeSpan, EventHandler<RegistryValueChangedArgs<T>>, CancellationToken) (Inherited from WindowsRegistryBase)
SetRegistryProperties(IDictionary<String,Object>, CancellationToken) (Inherited from RegistryProperty)
SetValueAsync<T>(String, String, T, CancellationToken) (Inherited from WindowsRegistryBase)

Extension Methods

GetCertificateValidationTypeAsync(NonHARegistry)
GetSSLThumbprint(IRegistry, CancellationToken)

Applies to