CmsRecipientCollection.Remove(CmsRecipient) Metoda

Definice

Metoda Remove(CmsRecipient) odebere příjemce z CmsRecipientCollection kolekce.

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)

Parametry

recipient
CmsRecipient

Objekt CmsRecipient , který představuje příjemce, který se má odebrat z kolekce.

Výjimky

recipient je null.

Platí pro

Viz také