コード例 #1
0
 /// <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)
 {
 }
コード例 #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)
 {
 }
コード例 #3
0
ファイル: MultipartSigned.cs プロジェクト: gphummer/MimeKit
		/// <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)
		{
		}
コード例 #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)
 {
 }
コード例 #5
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)
 {
 }
コード例 #6
0
		/// <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)
		{
		}
コード例 #7
0
		/// <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)
		{
		}
コード例 #8
0
ファイル: TnefPart.cs プロジェクト: richard2753/MimeKit
		/// <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)
		{
		}
コード例 #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)
 {
 }
コード例 #10
0
 /// <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)
 {
 }
コード例 #11
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)
 {
 }
コード例 #12
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)
 {
 }