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.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public class CertSrvRegManager : ICertRegManagerD
Inheritance
Object    CertSrvRegManager
Implements
ICertRegManagerD

Constructors

CertSrvRegManager Initializes a new instance of CertSrvRegManager from server name where Certification Authority is installed.

Properties

ActiveConfig Gets the active Certification Authority configuration.
ComputerName Gets the Certification Authority server name.
IsAccessible Indicates whether the Certification Authority configuration is accessible.

Methods

DeleteConfigEntry Deletes Certification Authority configuration entry.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetBinaryConfigEntry Gets the Certification Authority configuration registry entry binary value.
GetBooleanConfigEntry Gets the Certification Authority configuration registry entry boolean value.
GetConfigEntry(String, String) Gets the Certification Authority configuration registry entry value.
GetConfigEntryT(String, String) Gets the Certification Authority configuration registry entry value.
GetHashCode
(Inherited from Object)
GetMultiStringConfigEntry Gets the Certification Authority configuration registry entry multi-string value.
GetNumericConfigEntry Gets the Certification Authority configuration registry entry numerical (integer) value.
GetStringConfigEntry Gets the Certification Authority configuration registry entry string value.
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
SetConfigEntry Writes value to Certification Authority configuration. If value does not exist it will be created. Created registry value type is inferred from data parameter.
SetRootNode 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.
ToString
(Inherited from Object)

See Also