IApplication |
The IApplicationPkcs7Mime type exposes the following members.
Name | Description | |
---|---|---|
Accept |
Dispatches to the specific visit method for this MIME entity.
(Inherited from IMimeEntity) | |
ComputeContentMd5 |
Compute the MD5 checksum of the content.
(Inherited from IMimePart) | |
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 | (Inherited from IDisposable) | |
GetBestEncoding(EncodingConstraint, CancellationToken) |
Calculate the most efficient content encoding given the specified constraint.
(Inherited from IMimePart) | |
GetBestEncoding(EncodingConstraint, Int32, CancellationToken) |
Calculate the most efficient content encoding given the specified constraint.
(Inherited from IMimePart) | |
Import | Import the certificates contained in the application/pkcs7-mime content. | |
ImportAsync | Asynchronously import the certificates contained in the application/pkcs7-mime content. | |
Prepare |
Prepare the MIME entity for transport using the specified encoding constraints.
(Inherited from IMimeEntity) | |
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 IMimePart) | |
WriteTo(Stream, CancellationToken) |
Write the IMimeEntity to the specified output stream.
(Inherited from IMimeEntity) | |
WriteTo(String, CancellationToken) |
Write the IMimeEntity to the specified file.
(Inherited from IMimeEntity) | |
WriteTo(FormatOptions, Stream, CancellationToken) |
Write the IMimeEntity to the specified output stream.
(Inherited from IMimeEntity) | |
WriteTo(FormatOptions, String, CancellationToken) |
Write the IMimeEntity to the specified file.
(Inherited from IMimeEntity) | |
WriteTo(Stream, Boolean, CancellationToken) |
Write the IMimeEntity to the specified output stream.
(Inherited from IMimeEntity) | |
WriteTo(String, Boolean, CancellationToken) |
Write the IMimeEntity to the specified file.
(Inherited from IMimeEntity) | |
WriteTo(FormatOptions, Stream, Boolean, CancellationToken) |
Write the IMimeEntity to the specified output stream.
(Inherited from IMimeEntity) | |
WriteTo(FormatOptions, String, Boolean, CancellationToken) |
Write the IMimeEntity to the specified file.
(Inherited from IMimeEntity) | |
WriteToAsync(Stream, CancellationToken) |
Asynchronously write the IMimeEntity to the specified output stream.
(Inherited from IMimeEntity) | |
WriteToAsync(String, CancellationToken) |
Asynchronously write the IMimeEntity to the specified file.
(Inherited from IMimeEntity) | |
WriteToAsync(FormatOptions, Stream, CancellationToken) |
Asynchronously write the IMimeEntity to the specified output stream.
(Inherited from IMimeEntity) | |
WriteToAsync(FormatOptions, String, CancellationToken) |
Asynchronously write the IMimeEntity to the specified file.
(Inherited from IMimeEntity) | |
WriteToAsync(Stream, Boolean, CancellationToken) |
Asynchronously write the IMimeEntity to the specified output stream.
(Inherited from IMimeEntity) | |
WriteToAsync(String, Boolean, CancellationToken) |
Asynchronously write the IMimeEntity to the specified file.
(Inherited from IMimeEntity) | |
WriteToAsync(FormatOptions, Stream, Boolean, CancellationToken) |
Asynchronously write the IMimeEntity to the specified output stream.
(Inherited from IMimeEntity) | |
WriteToAsync(FormatOptions, String, Boolean, CancellationToken) |
Asynchronously write the IMimeEntity to the specified file.
(Inherited from IMimeEntity) |