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 |
|
See also