Esempio n. 1
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="args">Information used by the constructor.</param>
		/// <exception cref="System.ArgumentNullException">
		/// <paramref name="args"/> is <c>null</c>.
		/// </exception>
		public MultipartSigned (MimeEntityConstructorArgs args) : base (args)
		{
		}
Esempio n. 2
0
		/// <summary>
		/// Initializes a new instance of the <see cref="MimeKit.Cryptography.ApplicationPgpEncrypted"/>
		/// class based on the <see cref="MimeKit.MimeEntityConstructorArgs"/>.
		/// </summary>
		/// <remarks>
		/// This constructor is used by <see cref="MimeKit.MimeParser"/>.
		/// </remarks>
		/// <param name="args">Information used by the constructor.</param>
		/// <exception cref="System.ArgumentNullException">
		/// <paramref name="args"/> is <c>null</c>.
		/// </exception>
		public ApplicationPgpEncrypted (MimeEntityConstructorArgs args) : base (args)
		{
		}
		/// <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="args">Information used by the constructor.</param>
		/// <exception cref="System.ArgumentNullException">
		/// <paramref name="args"/> is <c>null</c>.
		/// </exception>
		public MultipartEncrypted (MimeEntityConstructorArgs args) : base (args)
		{
		}
		/// <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="args">Information used by the constructor.</param>
		/// <exception cref="System.ArgumentNullException">
		/// <paramref name="args"/> is <c>null</c>.
		/// </exception>
		public ApplicationPkcs7Mime (MimeEntityConstructorArgs args) : base (args)
		{
		}
 /// <summary>
 /// Initialize a new instance of the <see cref="ApplicationPkcs7Signature"/> class.
 /// </summary>
 /// <remarks>
 /// This constructor is used by <see cref="MimeParser"/>.
 /// </remarks>
 /// <param name="args">Information used by the constructor.</param>
 /// <exception cref="System.ArgumentNullException">
 /// <paramref name="args"/> is <c>null</c>.
 /// </exception>
 public ApplicationPkcs7Signature(MimeEntityConstructorArgs args) : base(args)
 {
 }
Esempio n. 6
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="args">Information used by the constructor.</param>
		/// <exception cref="System.ArgumentNullException">
		/// <paramref name="args"/> is <c>null</c>.
		/// </exception>
		public TnefPart (MimeEntityConstructorArgs args) : base (args)
		{
		}
Esempio n. 7
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="args">Information used by the constructor.</param>
 /// <exception cref="System.ArgumentNullException">
 /// <paramref name="args"/> is <c>null</c>.
 /// </exception>
 public TnefPart(MimeEntityConstructorArgs args) : base(args)
 {
 }
Esempio n. 8
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MimeKit.Cryptography.ApplicationPgpEncrypted"/>
 /// class based on the <see cref="MimeKit.MimeEntityConstructorArgs"/>.
 /// </summary>
 /// <remarks>
 /// This constructor is used by <see cref="MimeKit.MimeParser"/>.
 /// </remarks>
 /// <param name="args">Information used by the constructor.</param>
 /// <exception cref="System.ArgumentNullException">
 /// <paramref name="args"/> is <c>null</c>.
 /// </exception>
 public ApplicationPgpEncrypted(MimeEntityConstructorArgs args) : base(args)
 {
 }
		/// <summary>
		/// Initializes a new instance of the <see cref="MimeKit.Cryptography.ApplicationPgpSignature"/>
		/// class based on the <see cref="MimeKit.MimeEntityConstructorArgs"/>.
		/// </summary>
		/// <remarks>
		/// This constructor is used by <see cref="MimeKit.MimeParser"/>.
		/// </remarks>
		/// <param name="args">Information used by the constructor.</param>
		/// <exception cref="System.ArgumentNullException">
		/// <paramref name="args"/> is <c>null</c>.
		/// </exception>
		public ApplicationPgpSignature (MimeEntityConstructorArgs args) : base (args)
		{
		}
Esempio n. 10
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="args">Information used by the constructor.</param>
 /// <exception cref="System.ArgumentNullException">
 /// <paramref name="args"/> is <c>null</c>.
 /// </exception>
 public MultipartSigned(MimeEntityConstructorArgs args) : base(args)
 {
 }
Esempio n. 11
0
 public CustomTextHtmlPart(MimeEntityConstructorArgs args) : base(args)
 {
 }