GemBox.Email
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    DigitalSignatureInfo Class

    Namespace:
    GemBox.Email
    Assembly:
    GemBox.Email.dll

    Represents a signature attached to an e-mail.

    • C#
    • VB.NET
    public class DigitalSignatureInfo
    Public Class DigitalSignatureInfo
    Inheritance:
    System.Object
    DigitalSignatureInfo

    Properties

    HashAlgorithm

    Gets the algorithm used to compute a hash that was used to generate this signature and that represents a hashed version of the original content of the signed email.

    • C#
    • VB.NET
    public EmailHashAlgorithm HashAlgorithm { get; }
    Public ReadOnly Property HashAlgorithm As EmailHashAlgorithm
    Property Value
    EmailHashAlgorithm

    The algorithm used to compute a hash that was used to generate this signature and that represents a hashed version of the original content of the signed email.

    SignedBy

    Who signed the email.

    • C#
    • VB.NET
    public string SignedBy { get; }
    Public ReadOnly Property SignedBy As String
    Property Value
    System.String

    SignerCertificateInfo

    Gets the information about the certificate used to create this signature.

    • C#
    • VB.NET
    public CertificateInfo SignerCertificateInfo { get; }
    Public ReadOnly Property SignerCertificateInfo As CertificateInfo
    Property Value
    CertificateInfo

    The information about the certificate used to create this signature, represented by an instance of CertificateInfo.

    SigningTime

    When the signature was created.

    • C#
    • VB.NET
    public DateTime? SigningTime { get; }
    Public ReadOnly Property SigningTime As Date?
    Property Value
    System.Nullable<System.DateTime>

    Methods

    GetRawData()

    Gets a copy of the raw data that composes this signature.

    • C#
    • VB.NET
    public byte[] GetRawData()
    Public Function GetRawData As Byte()
    Returns
    System.Byte[]

    A copy of the raw data that composes this signature.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.