CertSrvConfigUtilGetBinaryEntry Method |
Requests a named configuration entry value of type of byte array.
Namespace:
SysadminsLV.PKI.Management.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public byte[] GetBinaryEntry(
string entryName,
string node = null
)
Public Function GetBinaryEntry (
entryName As String,
Optional node As String = Nothing
) As Byte()
public:
array<unsigned char>^ GetBinaryEntry(
String^ entryName,
String^ node = nullptr
)
member GetBinaryEntry :
entryName : string *
?node : string
(* Defaults:
let _node = defaultArg node null
*)
-> byte[]
Parameters
- entryName
- Type: SystemString
Configuration entry name. - node (Optional)
- Type: SystemString
Optional node path under Certification Authority active node.
Return Value
Type:
ByteConfiguration entry value.
Remarks Active node is located at: System\CurrentControlSet\Services\CertSvc\Configuration\<CA_Name>
See Also