Click or drag to resize

CertSrvRegManager Methods

The CertSrvRegManager type exposes the following members.

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