Digital |
public class DigitalSignatureCollection : ReadOnlyCollection<IDigitalSignature>
The DigitalSignatureCollection type exposes the following members.
Name | Description | |
---|---|---|
DigitalSignatureCollection | Initialize a new instance of the DigitalSignatureCollection class. |
Name | Description | |
---|---|---|
Count | (Inherited from ReadOnlyCollectionIDigitalSignature) | |
Item | (Inherited from ReadOnlyCollectionIDigitalSignature) | |
Items | (Inherited from ReadOnlyCollectionIDigitalSignature) |
Name | Description | |
---|---|---|
Contains | (Inherited from ReadOnlyCollectionIDigitalSignature) | |
CopyTo | (Inherited from ReadOnlyCollectionIDigitalSignature) | |
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetEnumerator | (Inherited from ReadOnlyCollectionIDigitalSignature) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
IndexOf | (Inherited from ReadOnlyCollectionIDigitalSignature) | |
MemberwiseClone | (Inherited from Object) | |
ToString | (Inherited from Object) |
When verifying a digitally signed MIME part such as a MultipartSigned or a ApplicationPkcs7Mime, you will get back a collection of digital signatures. Typically, a signed message will only have a single signature (created by the sender of the message), but it is possible for there to be multiple signatures.