CmsRecipientCollection.Remove(CmsRecipient) Yöntem

Tanım

Remove(CmsRecipient) yöntemi, alıcıyı CmsRecipientCollection koleksiyondan kaldırır.

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)

Parametreler

recipient
CmsRecipient

CmsRecipient Koleksiyondan kaldırılacak alıcıyı temsil eden nesne.

Özel durumlar

recipient, null değeridir.

Şunlara uygulanır

Ayrıca bkz.