Click or drag to resize

ICertRegManagerD Interface

Represents a wrapper interface for Microsoft ICertAdmin2 COM interface.

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

The ICertRegManagerD type exposes the following members.

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 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 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 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.
Top
See Also