ICspInformation::get_HasHardwareRandomNumberGenerator method (certenroll.h)

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

See also

ICspInformation