API Reference
Class
EmailSmimeDecryptionResult
Result of decrypting opaque S/MIME EnvelopedData.
Inheritance
- Object
- EmailSmimeDecryptionResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method EmailSmime.Decrypt
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailProtectionKind ProtectionKind { get; } #Protection wrapper detected by the email reader.
public CmsDecryptionResult Cryptography { get; } #Neutral CMS decryption result, or null when no decryptable S/MIME payload was available.
public Byte[] DecryptedMimeEntity { get; } #Exact decrypted MIME entity bytes.
public EmailDocument DecryptedContent { get; } #Parsed decrypted MIME content, when it could be decoded safely.
public IReadOnlyList<EmailDiagnostic> Diagnostics { get; } #Email-layer extraction and content-projection diagnostics.
public Boolean Decrypted { get; } #True when CMS decryption succeeded.