Class SmimeResult

SmimeResult class

This class containing results of checking secure emails.

public class SmimeResult

Properties

NameDescription
EncryptionCertificates { get; }Gets the collection of certificates with which the email was encrypted.
Error { get; }Gets error which was thrown while checking.
IsSuccess { get; }Gets true if check was successful, otherwise false.
SigningCertificates { get; }Gets the collection of certificates with which the email was signed.

See Also