A collection of SignerInfo objects.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  Rebex.Security.Cryptography..::..CryptographicCollection
    Rebex.Security.Cryptography..::..CryptographicCollection<(Of <(<'SignerInfo>)>)>
      Rebex.Security.Cryptography.Pkcs..::..SignerInfoCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also