public void Dispose() { if (m_recipient != null && Marshal.IsComObject(m_recipient)) { Marshal.ReleaseComObject(m_recipient); } m_recipient = null; }
internal RWSRecipient(Redemption.SafeRecipient recipient) { m_recipient = recipient; }