IX509EndorsementKey::put_ProviderName method (certenroll.h)

The name of the encryption provider. The default is the Microsoft Platform Crypto Provider. You must set the ProviderName property before you call the Open method. You cannot change the ProviderName property after you have called the Open method.

This property is read/write.

Syntax

HRESULT put_ProviderName(
  BSTR Value
);

Parameters

Value

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header certenroll.h
DLL Certenroll.dll

See also

IX509EndorsementKey