ICertRegManagerDGetBinaryConfigEntry Method
Gets the Certification Authority configuration registry entry binary value.
Namespace: SysadminsLV.PKI.DcomAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
byte[] GetBinaryConfigEntry(
string entryName,
string node = null
)
Function GetBinaryConfigEntry (
entryName As String,
Optional node As String = Nothing
) As Byte()
array<unsigned char>^ GetBinaryConfigEntry(
String^ entryName,
String^ node = nullptr
)
abstract GetBinaryConfigEntry :
entryName : string *
?node : string
(* Defaults:
let _node = defaultArg node null
*)
-> byte[]
- entryName String
- Configuration value name to retrieve.
- node String (Optional)
- Configuration node path under Configuration node. Optional.
ByteRequested entry value. If configuration entry does not exist, the method returns null.