Recipients.Add method
[The Add 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 Add method adds a Certificate object to a Recipients collection.
Syntax
Recipients.Add( _
ByVal Certificate _
)
Parameters
-
Certificate [in]
-
Expression that resolves to the Certificate object to be added to 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