Bearbeiten

CmsRecipientCollection.Remove(CmsRecipient) Method

Definition

The Remove(CmsRecipient) method removes a recipient from the CmsRecipientCollection collection.

public:
 void Remove(System::Security::Cryptography::Pkcs::CmsRecipient ^ recipient);
public void Remove (System.Security.Cryptography.Pkcs.CmsRecipient recipient);
member this.Remove : System.Security.Cryptography.Pkcs.CmsRecipient -> unit
Public Sub Remove (recipient As CmsRecipient)

Parameters

recipient
CmsRecipient

A CmsRecipient object that represents the recipient to remove from the collection.

Exceptions

recipient is null.

Applies to

See also