/// <summary>
 /// Initializes a new instance of the <see cref="MimeKit.Cryptography.ApplicationPgpSignature"/>
 /// class based on the <see cref="MimeKit.MimeEntityConstructorInfo"/>.
 /// </summary>
 /// <remarks>This constructor is used by <see cref="MimeKit.MimeParser"/>.</remarks>
 /// <param name="entity">Information used by the constructor.</param>
 public ApplicationPgpSignature(MimeEntityConstructorInfo entity) : base(entity)
 {
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MimeKit.Tnef.TnefPart"/> class.
 /// </summary>
 /// <remarks>This constructor is used by <see cref="MimeKit.MimeParser"/>.</remarks>
 /// <param name="entity">Information used by the constructor.</param>
 public TnefPart(MimeEntityConstructorInfo entity) : base(entity)
 {
 }
Exemple #3
0
		/// <summary>
		/// Initializes a new instance of the <see cref="MimeKit.Cryptography.MultipartSigned"/> class.
		/// </summary>
		/// <remarks>This constructor is used by <see cref="MimeKit.MimeParser"/>.</remarks>
		/// <param name="entity">Information used by the constructor.</param>
		public MultipartSigned (MimeEntityConstructorInfo entity) : base (entity)
		{
		}
Exemple #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MimeKit.Cryptography.ApplicationPkcs7Mime"/> class.
 /// </summary>
 /// <remarks>This constructor is used by <see cref="MimeKit.MimeParser"/>.</remarks>
 /// <param name="entity">Information used by the constructor.</param>
 public ApplicationPkcs7Mime(MimeEntityConstructorInfo entity) : base(entity)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="MimeKit.Cryptography.MultipartSigned"/> class.
 /// </summary>
 /// <remarks>This constructor is used by <see cref="MimeKit.MimeParser"/>.</remarks>
 /// <param name="entity">Information used by the constructor.</param>
 public MultipartSigned(MimeEntityConstructorInfo entity) : base(entity)
 {
 }
		/// <summary>
		/// Initializes a new instance of the <see cref="MimeKit.Cryptography.MultipartEncrypted"/> class.
		/// </summary>
		/// <remarks>This constructor is used by <see cref="MimeKit.MimeParser"/>.</remarks>
		/// <param name="entity">Information used by the constructor.</param>
		public MultipartEncrypted (MimeEntityConstructorInfo entity) : base (entity)
		{
		}
		/// <summary>
		/// Initializes a new instance of the <see cref="MimeKit.Cryptography.ApplicationPgpSignature"/>
		/// class based on the <see cref="MimeKit.MimeEntityConstructorInfo"/>.
		/// </summary>
		/// <remarks>This constructor is used by <see cref="MimeKit.MimeParser"/>.</remarks>
		/// <param name="entity">Information used by the constructor.</param>
		public ApplicationPgpSignature (MimeEntityConstructorInfo entity) : base (entity)
		{
		}
Exemple #8
0
		/// <summary>
		/// Initializes a new instance of the <see cref="MimeKit.Tnef.TnefPart"/> class.
		/// </summary>
		/// <remarks>This constructor is used by <see cref="MimeKit.MimeParser"/>.</remarks>
		/// <param name="entity">Information used by the constructor.</param>
		public TnefPart (MimeEntityConstructorInfo entity) : base (entity)
		{
		}
Exemple #9
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MimeKit.Cryptography.ApplicationPgpEncrypted"/>
 /// class based on the <see cref="MimeKit.MimeEntityConstructorInfo"/>.
 /// </summary>
 /// <remarks>This constructor is used by <see cref="MimeKit.MimeParser"/>.</remarks>
 /// <param name="entity">Information used by the constructor.</param>
 public ApplicationPgpEncrypted(MimeEntityConstructorInfo entity) : base(entity)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="MimeKit.Cryptography.MultipartEncrypted"/> class.
 /// </summary>
 /// <remarks>This constructor is used by <see cref="MimeKit.MimeParser"/>.</remarks>
 /// <param name="entity">Information used by the constructor.</param>
 public MultipartEncrypted(MimeEntityConstructorInfo entity) : base(entity)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="MimeKit.Cryptography.ApplicationPgpEncrypted"/>
 /// class based on the <see cref="MimeKit.MimeEntityConstructorInfo"/>.
 /// </summary>
 /// <remarks>This constructor is used by <see cref="MimeKit.MimeParser"/>.</remarks>
 /// <param name="entity">Information used by the constructor.</param>
 public ApplicationPgpEncrypted(MimeEntityConstructorInfo entity)
     : base(entity)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="MimeKit.Cryptography.ApplicationPkcs7Mime"/> class.
 /// </summary>
 /// <remarks>This constructor is used by <see cref="MimeKit.MimeParser"/>.</remarks>
 /// <param name="entity">Information used by the constructor.</param>
 public ApplicationPkcs7Mime(MimeEntityConstructorInfo entity)
     : base(entity)
 {
 }