Skip to content

Latest commit

 

History

History
74 lines (60 loc) · 4.28 KB

nf-casetup-icertsrvsetupkeyinformation-get_hashalgorithm.md

File metadata and controls

74 lines (60 loc) · 4.28 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:casetup.ICertSrvSetupKeyInformation.get_HashAlgorithm
ICertSrvSetupKeyInformation::get_HashAlgorithm (casetup.h)
Gets or sets the name of the hashing algorithm used to sign or verify the certification authority (CA) certificate for the key. (Get)
HashAlgorithm property [Security]
HashAlgorithm property [Security]
ICertSrvSetupKeyInformation interface
ICertSrvSetupKeyInformation interface [Security]
HashAlgorithm property
ICertSrvSetupKeyInformation.HashAlgorithm
ICertSrvSetupKeyInformation.get_HashAlgorithm
ICertSrvSetupKeyInformation::HashAlgorithm
ICertSrvSetupKeyInformation::get_HashAlgorithm
ICertSrvSetupKeyInformation::put_HashAlgorithm
casetup/ICertSrvSetupKeyInformation::HashAlgorithm
casetup/ICertSrvSetupKeyInformation::get_HashAlgorithm
casetup/ICertSrvSetupKeyInformation::put_HashAlgorithm
get_HashAlgorithm
security.icertsrvsetupkeyinformation_hashalgorithm
security\icertsrvsetupkeyinformation_hashalgorithm.htm
security
f1e007d1-eadb-4ab6-91bc-3c8a61b54aca
12/05/2018
HashAlgorithm property [Security], HashAlgorithm property [Security],ICertSrvSetupKeyInformation interface, ICertSrvSetupKeyInformation interface [Security],HashAlgorithm property, ICertSrvSetupKeyInformation.HashAlgorithm, ICertSrvSetupKeyInformation.get_HashAlgorithm, ICertSrvSetupKeyInformation::HashAlgorithm, ICertSrvSetupKeyInformation::get_HashAlgorithm, ICertSrvSetupKeyInformation::put_HashAlgorithm, casetup/ICertSrvSetupKeyInformation::HashAlgorithm, casetup/ICertSrvSetupKeyInformation::get_HashAlgorithm, casetup/ICertSrvSetupKeyInformation::put_HashAlgorithm, get_HashAlgorithm, security.icertsrvsetupkeyinformation_hashalgorithm
casetup.h
Windows
None supported
Windows Server 2008 Datacenter, Windows Server 2008 Enterprise [desktop apps only]
Casetup.idl
Certocm.dll
Windows
19H1
ICertSrvSetupKeyInformation::get_HashAlgorithm
casetup/ICertSrvSetupKeyInformation::get_HashAlgorithm
c++
APIRef
kbSyntax
COM
Certocm.dll
ICertSrvSetupKeyInformation.HashAlgorithm
ICertSrvSetupKeyInformation.get_HashAlgorithm
ICertSrvSetupKeyInformation.put_HashAlgorithm

ICertSrvSetupKeyInformation::get_HashAlgorithm

-description

The HashAlgorithm property gets or sets the name of the hashing algorithm used to sign or verify the certification authority (CA) certificate for the key.

This property is read/write.

-parameters

-remarks

The hashing algorithm must be supported by the ProviderName provider. For cryptographic service providers (CSPs), get supported algorithms by calling the CryptGetProvParam function for the given provider. For key storage providers (KSPs), get supported algorithms by calling the BCryptEnumAlgorithms function with the dwAlgOperations parameter set to BCRYPT_HASH_OPERATION. For information about algorithm identifiers, see CNG Algorithm Identifiers.

Examples

For an example of enumerating supported algorithms by using CryptGetProvParam, see Example C Program: Enumerating CSP Providers and Provider Types.

-see-also

ICertSrvSetupKeyInformation