CertSrvRegManagerDeleteConfigEntry Method |
Deletes Certification Authority configuration entry.
Namespace:
SysadminsLV.PKI.Management.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public void DeleteConfigEntry(
string entryName,
string node = null
)
Public Sub DeleteConfigEntry (
entryName As String,
Optional node As String = Nothing
)
public:
virtual void DeleteConfigEntry(
String^ entryName,
String^ node = nullptr
) sealed
abstract DeleteConfigEntry :
entryName : string *
?node : string
(* Defaults:
let _node = defaultArg node null
*)
-> unit
override DeleteConfigEntry :
entryName : string *
?node : string
(* Defaults:
let _node = defaultArg node null
*)
-> unit
Parameters
- entryName
- Type: SystemString
Configuration value name to delete. - node (Optional)
- Type: SystemString
Configuration node path under Configuration node. Optional.
Implements
ICertRegManagerDDeleteConfigEntry(String, String)Exceptions Exception | Condition |
---|
ArgumentNullException | entryName parameter is null. |
ArgumentException | entryName parameter is empty string. |
See Also