public DecryptResult(bool isSuccessful, bool isSigned, bool isSignatureGood, KeyIdentifier signingKeyIdentifier, string version, string comment, string charset, string messageId, string hash) : this(isSuccessful, isSigned, isSignatureGood, signingKeyIdentifier) { AsciiArmorHeader = new AsciiArmorHeader(PGPContentType.Message, version, comment, charset, messageId, hash); }