Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The SuppressDefaults property specifies or retrieves a Boolean value that indicates whether the default extensions and attributes are included in the request. The defaults are represented by their object identifiers (OIDs).
This property is read/write.
Syntax
HRESULT put_SuppressDefaults(
VARIANT_BOOL Value
);
Parameters
Value
Return value
None
Remarks
You must initialize the request object before calling this property. Set this property before calling the Encode method to suppress inclusion and encoding of default extensions and attributes in the certificate request.
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 |