A collection of RecipientInfo objects.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Class RecipientInfoCollection _
	Inherits CryptographicCollection(Of RecipientInfo)
C#
public class RecipientInfoCollection : CryptographicCollection<RecipientInfo>

Inheritance Hierarchy

System..::..Object
  Rebex.Security.Cryptography..::..CryptographicCollection
    Rebex.Security.Cryptography..::..CryptographicCollection<(Of <(<'RecipientInfo>)>)>
      Rebex.Security.Cryptography.Pkcs..::..RecipientInfoCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also