public abstract class RegistryService
Public MustInherit Class RegistryService
public ref class RegistryService abstract
RegistryService | Initializes a new instance of RegistryService |
Config | Gets the ADCS Certification Authority config string. |
RegPath | Gets the Exit or Policy 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 | Initializes registry service. When overriden, base method must be called first. |
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. |