This class represents MIME application/pkcs7-mime body. Defined in RFC 5751 3.2.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class MIME_b_ApplicationPkcs7Mime : MIME_b_Application
Public Class MIME_b_ApplicationPkcs7Mime Inherits MIME_b_Application
public ref class MIME_b_ApplicationPkcs7Mime : public MIME_b_Application
type MIME_b_ApplicationPkcs7Mime = class inherit MIME_b_Application end
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
MIME_b_ApplicationPkcs7Mime()()()() |
Default constructor.
| |
Data |
Gets body decoded data.
(Inherited from MIME_b_SinglepartBase.) | |
DataToFile(String) |
Stores body decoded-data to the specified file.
(Inherited from MIME_b_SinglepartBase.) | |
DataToStream(Stream) |
Stores body decoded-data to the specified stream.
(Inherited from MIME_b_SinglepartBase.) | |
EncodedData |
Gets body encoded data.
(Inherited from MIME_b_SinglepartBase.) | |
EncodedDataSize |
Gets encoded body data size in bytes.
(Inherited from MIME_b_SinglepartBase.) | |
EncodedStream |
Gets encoded data stream.
(Inherited from MIME_b_SinglepartBase.) | |
Entity |
Gets body owner entity. Returns null if body not bounded to any entity yet.
(Inherited from MIME_b.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() |
Destructor - Just incase user won't call dispose.
(Inherited from MIME_b_SinglepartBase.) | |
GetCertificates()()()() |
Gets certificates contained in pkcs 7.
| |
GetDataStream()()()() |
Gets body decoded data stream.
(Inherited from MIME_b_SinglepartBase.) | |
GetEncodedDataStream()()()() |
Gets body encoded data stream.
(Inherited from MIME_b_SinglepartBase.) | |
GetEnvelopedMime(X509Certificate2) |
Decrypts enveloped mime content.
| |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetSignedMime()()()() |
Gets signed mime content. Value null means no content.
| |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
IsModified |
Gets if body has modified.
(Inherited from MIME_b_SinglepartBase.) | |
MediaType |
Gets body media type. For example: 'text/plain'.
(Inherited from MIME_b.) | |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Parse(MIME_Entity, MIME_h_ContentType, SmartStream) |
Parses body from the specified stream
| |
SetData(Stream, String) |
Sets body data from the specified stream.
(Inherited from MIME_b_SinglepartBase.) | |
SetDataFromFile(String, String) |
Sets body data from the specified file.
(Inherited from MIME_b_SinglepartBase.) | |
SetEncodedData(String, Stream) |
Sets body encoded data from specified stream.
(Inherited from MIME_b_SinglepartBase.) | |
SetModified(Boolean) |
Sets IsModified property value.
(Inherited from MIME_b_SinglepartBase.) | |
ToStream(Stream, MIME_Encoding_EncodedWord, Encoding, Boolean) |
Stores MIME entity body to the specified stream.
(Inherited from MIME_b_SinglepartBase.) | |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
VerifySignature()()()() |
Checks if signature is valid and data not altered.
|
Inheritance Hierarchy
Object | ||||
MIME_b | ||||
MIME_b_SinglepartBase | ||||
MIME_b_Application | ||||
MIME_b_ApplicationPkcs7Mime |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119