HashAlgorithm

The HashAlgorithm property refers only to the signature hash algorithm used to sign the PKCS 10. It is not to be confused with the hash algorithm used to sign the certificate. The enrollment control currently only supports SHA1 (the default), MD5, and MD2.

Data Type

[VB] BSTR

[C++] BSTR

Defined Values

"SHA1" (the default)
"MD2"
"MD5"

Affects the behavior of the following methods:

createPKCS10
createFilePKCS10

Access Methods

[VB] "="operator

[C++] HRESULT get_HashAlgorithm (BSTR);
HRESULT put_HashAlgorithm (BSTR);

HRESULT

Value Meaning
S_OK The property read/write completed successfully.


© 1997 by Microsoft Corporation. All rights reserved.