public abstract class RegistryService
Public MustInherit Class RegistryService
public ref class RegistryService abstract
[<AbstractClassAttribute>]
type RegistryService = class end
RegistryService(String, CertServerModuleType) | Initializes a new instance of RegistryService |
RegistryService(String, Boolean) |
Initializes a new instance of RegistryService Obsolete. |
Config |
This property is obsolete and returns null.
Obsolete. |
RegPath | Gets the module's registry home key. |
DeleteRecord | Deletes named registry entry from the current module's configuration storage. |
DeleteRecords | Deletes named registry entries from the current module's configuration storage. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetRecord | Gets named record from the current module's configuration storage. |
GetRecords | Gets all records from the current module's configuration storage. |
GetReferralRecord | Gets referral record from registry. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Initialize |
This method is obsolete.
Obsolete. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
RegKeyExists | Checks if registry key exists in registry. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
WriteRecord | Creates or updates registry entry under current module's configuration storage. |
WriteRecords | Creates or updates registry entries under current module's configuration storage. |