| Name | Description |
---|
 | Accept |
Dispatches to the specific visit method for this MIME entity.
(Overrides MimePartAccept(MimeVisitor)) |
  | Compress(MimeEntity, CancellationToken) |
Compress the specified entity.
|
  | Compress(SecureMimeContext, MimeEntity, CancellationToken) |
Compress the specified entity.
|
  | CompressAsync(MimeEntity, CancellationToken) |
Asynchronously compress the specified entity.
|
  | CompressAsync(SecureMimeContext, MimeEntity, CancellationToken) |
Asynchronously compress the specified entity.
|
 | ComputeContentMd5 |
Compute the MD5 checksum of the content.
(Inherited from MimePart) |
 | Decompress(CancellationToken) |
Decompress the compressed-data.
|
 | Decompress(SecureMimeContext, CancellationToken) |
Decompress the compressed-data.
|
 | DecompressAsync(CancellationToken) |
Asynchronously decompress the compressed-data.
|
 | DecompressAsync(SecureMimeContext, CancellationToken) |
Asynchronously decompress the compressed-data.
|
 | Decrypt(CancellationToken) |
Decrypt the enveloped-data.
|
 | Decrypt(SecureMimeContext, CancellationToken) |
Decrypt the enveloped-data.
|
 | DecryptAsync(CancellationToken) |
Asynchronously decrypt the enveloped-data.
|
 | DecryptAsync(SecureMimeContext, CancellationToken) |
Asynchronously decrypt the enveloped-data.
|
 | Dispose |
Releases all resources used by the MimeEntity object.
(Inherited from MimeEntity) |
 | Dispose(Boolean) |
Releases the unmanaged resources used by the MimePart and
optionally releases the managed resources.
(Inherited from MimePart) |
  | Encrypt(CmsRecipientCollection, MimeEntity, CancellationToken) |
Encrypt the specified entity.
|
  | Encrypt(IEnumerableMailboxAddress, MimeEntity, CancellationToken) |
Encrypt the specified entity.
|
  | Encrypt(SecureMimeContext, CmsRecipientCollection, MimeEntity, CancellationToken) |
Encrypt the specified entity.
|
  | Encrypt(SecureMimeContext, IEnumerableMailboxAddress, MimeEntity, CancellationToken) |
Encrypt the specified entity.
|
  | EncryptAsync(CmsRecipientCollection, MimeEntity, CancellationToken) |
Asynchronously encrypt the specified entity.
|
  | EncryptAsync(IEnumerableMailboxAddress, MimeEntity, CancellationToken) |
Asynchronously encrypt the specified entity.
|
  | EncryptAsync(SecureMimeContext, CmsRecipientCollection, MimeEntity, CancellationToken) |
Asynchronously encrypt the specified entity.
|
  | EncryptAsync(SecureMimeContext, IEnumerableMailboxAddress, MimeEntity, CancellationToken) |
Asynchronously encrypt the specified entity.
|
 | Equals | (Inherited from Object) |
 | Finalize |
Releases unmanaged resources and performs other cleanup operations before the
MimeEntity is reclaimed by garbage collection.
(Inherited from MimeEntity) |
 | GetBestEncoding(EncodingConstraint, CancellationToken) |
Calculate the most efficient content encoding given the specified constraint.
(Inherited from MimePart) |
 | GetBestEncoding(EncodingConstraint, Int32, CancellationToken) |
Calculate the most efficient content encoding given the specified constraint.
(Inherited from MimePart) |
 | GetHashCode | (Inherited from Object) |
 | GetType | (Inherited from Object) |
 | Import |
Import the certificates contained in the application/pkcs7-mime content.
|
 | ImportAsync |
Asynchronously import the certificates contained in the application/pkcs7-mime content.
|
 | MemberwiseClone | (Inherited from Object) |
 | OnHeadersChanged |
Called when the headers change in some way.
(Inherited from MimePart) |
 | Prepare |
Prepare the MIME entity for transport using the specified encoding constraints.
(Inherited from MimePart) |
 | RemoveHeader |
Remove a header by name.
(Inherited from MimeEntity) |
 | SetHeader(String, Byte) |
Set the value of a header using the raw value.
(Inherited from MimeEntity) |
 | SetHeader(String, String) |
Set the value of a header.
(Inherited from MimeEntity) |
  | Sign(CmsSigner, MimeEntity, CancellationToken) |
Sign the specified entity.
|
  | Sign(MailboxAddress, DigestAlgorithm, MimeEntity, CancellationToken) |
Sign the specified entity.
|
  | Sign(SecureMimeContext, CmsSigner, MimeEntity, CancellationToken) |
Sign the specified entity.
|
  | Sign(SecureMimeContext, MailboxAddress, DigestAlgorithm, MimeEntity, CancellationToken) |
Sign the specified entity.
|
  | SignAndEncrypt(CmsSigner, CmsRecipientCollection, MimeEntity, CancellationToken) |
Sign and encrypt the specified entity.
|
  | SignAndEncrypt(MailboxAddress, DigestAlgorithm, IEnumerableMailboxAddress, MimeEntity, CancellationToken) |
Sign and encrypt the specified entity.
|
  | SignAndEncrypt(SecureMimeContext, CmsSigner, CmsRecipientCollection, MimeEntity, CancellationToken) |
Sign and encrypt the specified entity.
|
  | SignAndEncrypt(SecureMimeContext, MailboxAddress, DigestAlgorithm, IEnumerableMailboxAddress, MimeEntity, CancellationToken) |
Sign and encrypt the specified entity.
|
  | SignAndEncryptAsync(CmsSigner, CmsRecipientCollection, MimeEntity, CancellationToken) |
Asynchroinously sign and encrypt the specified entity.
|
  | SignAndEncryptAsync(MailboxAddress, DigestAlgorithm, IEnumerableMailboxAddress, MimeEntity, CancellationToken) |
Asynchronously sign and encrypt the specified entity.
|
  | SignAndEncryptAsync(SecureMimeContext, CmsSigner, CmsRecipientCollection, MimeEntity, CancellationToken) |
Asynchronously sign and encrypt the specified entity.
|
  | SignAndEncryptAsync(SecureMimeContext, MailboxAddress, DigestAlgorithm, IEnumerableMailboxAddress, MimeEntity, CancellationToken) |
Asynchronously sign and encrypt the specified entity.
|
  | SignAsync(CmsSigner, MimeEntity, CancellationToken) |
Asynchronously sign the specified entity.
|
  | SignAsync(MailboxAddress, DigestAlgorithm, MimeEntity, CancellationToken) |
Asynchronously sign the specified entity.
|
  | SignAsync(SecureMimeContext, CmsSigner, MimeEntity, CancellationToken) |
Asynchronously sign the specified entity.
|
  | SignAsync(SecureMimeContext, MailboxAddress, DigestAlgorithm, MimeEntity, CancellationToken) |
Asynchronously sign the specified entity.
|
 | ToString |
Return a String that represents the MimeEntity for debugging purposes.
(Inherited from MimeEntity) |
 | TryInit |
Tries to use the given object to initialize the appropriate property.
(Inherited from MimeEntity) |
 | Verify(MimeEntity, CancellationToken) |
Verifies the signed-data and returns the unencapsulated MimeEntity.
|
 | Verify(SecureMimeContext, MimeEntity, CancellationToken) |
Verify the signed-data and return the unencapsulated MimeEntity.
|
 | VerifyContentMd5 |
Verify the Content-Md5 value against an independently computed md5sum.
(Inherited from MimePart) |
 | WriteTo(Stream, CancellationToken) |
Write the MimeEntity to the specified output stream.
(Inherited from MimeEntity) |
 | WriteTo(String, CancellationToken) |
Write the MimeEntity to the specified file.
(Inherited from MimeEntity) |
 | WriteTo(FormatOptions, Stream, CancellationToken) |
Write the MimeEntity to the specified output stream.
(Inherited from MimeEntity) |
 | WriteTo(FormatOptions, String, CancellationToken) |
Write the MimeEntity to the specified file.
(Inherited from MimeEntity) |
 | WriteTo(Stream, Boolean, CancellationToken) |
Write the MimeEntity to the specified output stream.
(Inherited from MimeEntity) |
 | WriteTo(String, Boolean, CancellationToken) |
Write the MimeEntity to the specified file.
(Inherited from MimeEntity) |
 | WriteTo(FormatOptions, String, Boolean, CancellationToken) |
Write the MimeEntity to the specified file.
(Inherited from MimeEntity) |
 | WriteTo(FormatOptions, Stream, Boolean, CancellationToken) |
Write the MimePart to the specified output stream.
(Inherited from MimePart) |
 | WriteToAsync(Stream, CancellationToken) |
Asynchronously write the MimeEntity to the specified output stream.
(Inherited from MimeEntity) |
 | WriteToAsync(String, CancellationToken) |
Asynchronously write the MimeEntity to the specified file.
(Inherited from MimeEntity) |
 | WriteToAsync(FormatOptions, Stream, CancellationToken) |
Asynchronously write the MimeEntity to the specified output stream.
(Inherited from MimeEntity) |
 | WriteToAsync(FormatOptions, String, CancellationToken) |
Asynchronously write the MimeEntity to the specified file.
(Inherited from MimeEntity) |
 | WriteToAsync(Stream, Boolean, CancellationToken) |
Asynchronously write the MimeEntity to the specified output stream.
(Inherited from MimeEntity) |
 | WriteToAsync(String, Boolean, CancellationToken) |
Asynchronously write the MimeEntity to the specified file.
(Inherited from MimeEntity) |
 | WriteToAsync(FormatOptions, String, Boolean, CancellationToken) |
Asynchronously write the MimeEntity to the specified file.
(Inherited from MimeEntity) |
 | WriteToAsync(FormatOptions, Stream, Boolean, CancellationToken) |
Asynchronously write the MimePart to the specified output stream.
(Inherited from MimePart) |