Skip to content

Latest commit

 

History

History
85 lines (61 loc) · 2.97 KB

nf-certenroll-icryptattributes-addrange.md

File metadata and controls

85 lines (61 loc) · 2.97 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:certenroll.ICryptAttributes.AddRange
ICryptAttributes::AddRange (certenroll.h)
Adds a range of ICryptAttribute objects to the collection. The attributes are contained in another ICryptAttributes collection.
AddRange
AddRange method [Security]
AddRange method [Security]
ICryptAttributes interface
ICryptAttributes interface [Security]
AddRange method
ICryptAttributes.AddRange
ICryptAttributes::AddRange
certenroll/ICryptAttributes::AddRange
security.icryptattributes_addrange_method
security\icryptattributes_addrange_method.htm
security
8dc0a2c5-3734-47c7-a716-f53322fee39d
12/05/2018
AddRange, AddRange method [Security], AddRange method [Security],ICryptAttributes interface, ICryptAttributes interface [Security],AddRange method, ICryptAttributes.AddRange, ICryptAttributes::AddRange, certenroll/ICryptAttributes::AddRange, security.icryptattributes_addrange_method
certenroll.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
CertEnroll.dll
Windows
19H1
ICryptAttributes::AddRange
certenroll/ICryptAttributes::AddRange
c++
APIRef
kbSyntax
COM
CertEnroll.dll
ICryptAttributes.AddRange

ICryptAttributes::AddRange

-description

The AddRange method adds a range of ICryptAttribute objects to the collection. The attributes are contained in another ICryptAttributes collection.

-parameters

-param pValue [in]

Pointer to an ICryptAttributes interface that contains the attribute collection to add.

-returns

If the function succeeds, the function returns S_OK.

If the function fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.

-see-also

ICryptAttribute

ICryptAttributes

IX509Attribute

IX509AttributeExtensions

IX509Attributes