Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 1.6 KB

recipients-remove.md

File metadata and controls

73 lines (46 loc) · 1.6 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Removes a Certificate object from a Recipients collection.
bb75f6d0-4bab-40dd-9d0c-f0431da9c5f3
Recipients.Remove method
reference
05/31/2018
APIRef
kbSyntax
Recipients.Remove
COM
Capicom.dll

Recipients.Remove method

[The Remove method is available for use in the operating systems specified in the Requirements section. Instead, use the CmsRecipientCollection Class in the System.Security.Cryptography.Pkcs namespace.]

The Remove method removes a Certificate object from a Recipients collection.

Syntax

Recipients.Remove( _
  ByVal Index _
)

Parameters

Index [in]

Index of the Certificate object to be removed from the collection.

Return value

This method does not return a value.

Requirements

Requirement Value
Redistributable
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP
DLL
Capicom.dll

See also

Cryptography Objects

Recipients