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

    Show / Hide Table of Contents

    CertificateFieldInfo Class

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

    Represents a collection of attributes of a CertificateInfo.

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

    Properties

    CommonName

    Common name.

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

    Country

    Country name.

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

    Email

    Email.

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

    FullName

    The field's full name.

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

    Locality

    Locality.

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

    Organization

    Organization.

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

    OrganizationalUnit

    Organizational Unit.

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

    PostalCode

    Postal Code.

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

    StateOrProvince

    Name of state or province.

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

    Street

    Street.

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

    Title

    Title.

    • C#
    • VB.NET
    public string Title { get; }
    Public ReadOnly Property Title As String
    Property Value
    System.String
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.