API Reference
Class
EmailSmimeCreationResult
Result of creating a signed or encrypted S/MIME message.
Inheritance
- Object
- EmailSmimeCreationResult
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.Encrypt
- Method EmailSmime.Sign
- Method EmailSmime.SignAndEncrypt
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailProtectionKind ProtectionKind { get; } #Protection wrapper written to the resulting message.
public Byte[] Message { get; } #Complete RFC 5322 message bytes, including transport headers.
public Byte[] ProtectedMimeEntity { get; } #Protected MIME entity placed after the transport headers.
public Byte[] EncodedCms { get; } #CMS SignedData or EnvelopedData generated by the supplied security provider.
public IReadOnlyList<EmailDiagnostic> Diagnostics { get; } #Email serialization diagnostics produced while creating the protected entity.