Beispiel #1
0
 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);
 }
Beispiel #2
0
 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);
 }