IOCSPCAConfiguration::get_HashAlgorithm method (certadm.h)

The HashAlgorithm property gets or sets an identifier for the hash algorithm used to sign a certificate. The default value is SHA1.

This property is read/write.

Syntax

HRESULT get_HashAlgorithm(
  BSTR *pVal
);

Parameters

pVal

Return value

None

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Datacenter, Windows Server 2008 Enterprise [desktop apps only]
Target Platform Windows
Header certadm.h (include Certserv.h)
Library Certadm.lib
DLL Certadm.dll

See also

IOCSPCAConfiguration