menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class PdfCertificateDistinguishedName

    Inheritance
    System.Object
    PdfCertificateDistinguishedName
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Pdf.Security
    Assembly: Syncfusion.Pdf.Base.dll
    Syntax
    public class PdfCertificateDistinguishedName

    Constructors

    PdfCertificateDistinguishedName()

    Declaration
    public PdfCertificateDistinguishedName()

    Fields

    Country

    Represent the country name

    Declaration
    public const string Country = "C"
    Field Value
    Type Description
    System.String

    DomainComponent

    Represent the Domain Component

    Declaration
    public const string DomainComponent = "DC"
    Field Value
    Type Description
    System.String

    Email

    Represent the Email address

    Declaration
    public const string Email = "E"
    Field Value
    Type Description
    System.String

    GivenName

    Represent the Given name

    Declaration
    public const string GivenName = "G"
    Field Value
    Type Description
    System.String

    Locality

    Represent the Locality name

    Declaration
    public const string Locality = "L"
    Field Value
    Type Description
    System.String

    Organization

    Represent the Organization name

    Declaration
    public const string Organization = "O"
    Field Value
    Type Description
    System.String

    OrganizationUnit

    Represent the Organization unit name

    Declaration
    public const string OrganizationUnit = "OU"
    Field Value
    Type Description
    System.String

    SerialNumber

    Represent the SerialNumber

    Declaration
    public const string SerialNumber = "SERIALNUMBER"
    Field Value
    Type Description
    System.String

    State

    Represent the State name

    Declaration
    public const string State = "S"
    Field Value
    Type Description
    System.String

    Street

    Represent the Street name

    Declaration
    public const string Street = "STREET"
    Field Value
    Type Description
    System.String

    SurName

    Represent the Locality name

    Declaration
    public const string SurName = "SN"
    Field Value
    Type Description
    System.String

    Title

    Represent the Title name

    Declaration
    public const string Title = "T"
    Field Value
    Type Description
    System.String

    UserID

    Represent the User ID

    Declaration
    public const string UserID = "UID"
    Field Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved