CmsRecipientCollection.Remove(CmsRecipient) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Metoden Remove(CmsRecipient) tar bort en mottagare från CmsRecipientCollection samlingen.
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)
Parametrar
- recipient
- CmsRecipient
Ett CmsRecipient objekt som representerar mottagaren som ska ta bort från samlingen.
Undantag
recipient är null.