Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The HasHardwareRandomNumberGenerator property retrieves a Boolean value that specifies whether the provider supports a hardware random number generator that can be used to create random bytes for cryptographic operations.
This property is read-only.
Syntax
HRESULT get_HasHardwareRandomNumberGenerator(
VARIANT_BOOL *pValue
);
Parameters
pValue
Return value
None
Remarks
There are currently no Microsoft cryptographic providers that support this feature.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | certenroll.h |
| DLL | CertEnroll.dll |