Click or drag to resize

CertSrvRegManager Class

Represents a Windows Registry-based Certification Authority configuration implementation of ICertRegManagerD interface. This class uses direct Windows Registry access to read and write configuration values. For remote access, this class requires 'Remote Registry' to be running on remote server. Caller must have appropriate permissions to connect to remote registry.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Management.CertificateServicesCertSrvRegManager

Namespace:  SysadminsLV.PKI.Management.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class CertSrvRegManager : ICertRegManagerD

The CertSrvRegManager type exposes the following members.

Constructors
  NameDescription
Public methodCertSrvRegManager
Initializes a new instance of CertSrvRegManager from server name where Certification Authority is installed.
Top
Properties
  NameDescription
Public propertyActiveConfig
Gets the active Certification Authority configuration.
Public propertyComputerName
Gets the Certification Authority server name.
Public propertyIsAccessible
Indicates whether the Certification Authority configuration is accessible.
Top
Methods
  NameDescription
Public methodDeleteConfigEntry
Deletes Certification Authority configuration entry.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBinaryConfigEntry
Gets the Certification Authority configuration registry entry binary value.
Public methodGetBooleanConfigEntry
Gets the Certification Authority configuration registry entry boolean value.
Public methodGetConfigEntry(String, String)
Gets the Certification Authority configuration registry entry value.
Public methodGetConfigEntryT(String, String)
Gets the Certification Authority configuration registry entry value.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMultiStringConfigEntry
Gets the Certification Authority configuration registry entry multi-string value.
Public methodGetNumericConfigEntry
Gets the Certification Authority configuration registry entry numerical (integer) value.
Public methodGetStringConfigEntry
Gets the Certification Authority configuration registry entry string value.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetConfigEntry
Writes value to Certification Authority configuration. If value does not exist it will be created. Created registry value type is inferred from data parameter.
Public methodSetRootNode
Sets the root configuration node context. By executing this method, a IsAccessible property is updated to reflect the current state of Certification Authority DCOM connection.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also