CertSrvConfigUtil Class

Represents a ADCS CA configuration reader and writer utility.

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 CertSrvConfigUtil
Inheritance
Object    CertSrvConfigUtil

Constructors

CertSrvConfigUtil Initializes a new instance of CertSrvConfigUtil class from Certification Authority server host name.

Properties

ComputerName Gets Certification Authority host name.
DcomOnline Indicates whether Certification Authority server configuration is accessible via unmanaged RPC/DCOM.
RegistryOnline Indicates whether Certification Authority server configuration is accessible via .NET remote registry.

Methods

DeleteEntry Deletes configuration entry from CA configuration.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetBinaryEntry Requests a named configuration entry value of type of byte array.
GetBooleanEntry Requests a named configuration entry value of type of boolean.
GetHashCode
(Inherited from Object)
GetMultiStringEntry Requests a named configuration entry value of type of string array.
GetNumericEntry Requests a named configuration entry value of type of numeric (integral) value.
GetStringEntry Requests a named configuration entry value of type of string.
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
SetEntry Writes new value to Certification Authority configuration entry. Entry name is created if it doesn't exist.
SetRootNode Sets the root configuration node context.
ToString
(Inherited from Object)

See Also