Click or drag to resize

CertSrvRegManagerD Class

Represents a managed implementation of ICertRegManagerD interface and used to manage ADCS Certification Authority configuration. This class uses RPC/DCOM transport to manage Certification Authority configuration.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Dcom.ImplementationsCertSrvRegManagerD

Namespace:  SysadminsLV.PKI.Dcom.Implementations
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class CertSrvRegManagerD : ICertRegManagerD

The CertSrvRegManagerD type exposes the following members.

Constructors
  NameDescription
Public methodCertSrvRegManagerD
Initializes a new instance of CertSrvRegManagerD class from a Certification Authority configuration string.
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