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.
[VB] BSTR
[C++] BSTR
"SHA1" (the default)
"MD2"
"MD5"
[VB] "="operator
[C++] HRESULT get_HashAlgorithm (BSTR);
HRESULT put_HashAlgorithm (BSTR);
Value | Meaning |
---|---|
S_OK | The property read/write completed successfully. |