Język

CmsRecipientCollection.Remove(CmsRecipient) Metoda

Definicja

Metoda Remove(CmsRecipient) usuwa adresata z kolekcji CmsRecipientCollection .

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

CmsRecipient Obiekt reprezentujący adresata do usunięcia z kolekcji.

Wyjątki

Parametr recipient ma wartość null.

Dotyczy

Zobacz też