ICspInformation::get_IsSmartCard method (certenroll.h)

The IsSmartCard property retrieves a Boolean value that specifies whether the provider is a smart card provider.

This property is read-only.

Syntax

HRESULT get_IsSmartCard(
  VARIANT_BOOL *pValue
);

Parameters

pValue

Return value

None

Remarks

A smart card provider is typically identified by the IsHardwareDevice property and the IsSoftwareDevice property being set or the IsRemovable property being set.

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