MimeKit.Cryptography.MultipartEncrypted.Decrypt C# (CSharp) 메소드

Decrypt() 공개 메소드

Decrypts the MultipartEncrypted part.
Decrypts the MultipartEncrypted part.
/// The protocol parameter was not specified. /// -or- /// The multipart is malformed in some way. /// /// A suitable for /// decrypting could not be found. /// /// The private key could not be found to decrypt the encrypted data. /// /// The user chose to cancel the password prompt. /// /// 3 bad attempts were made to unlock the secret key. ///
public Decrypt ( ) : MimeEntity
리턴 MimeEntity
		public MimeEntity Decrypt ()
		{
			DigitalSignatureCollection signatures;

			return Decrypt (out signatures);
		}
	}

Same methods

MultipartEncrypted::Decrypt ( DigitalSignatureCollection &signatures ) : MimeEntity
MultipartEncrypted::Decrypt ( MimeKit.Cryptography.OpenPgpContext ctx ) : MimeEntity
MultipartEncrypted::Decrypt ( MimeKit.Cryptography.OpenPgpContext ctx, DigitalSignatureCollection &signatures ) : MimeEntity