Show / Hide Table of Contents

Class Subject

Subject describes parts of a distinguished name that, in turn, describes the subject of the certificate.

Inheritance
object
Subject
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CertificateAuthorityService.v1.Data
Assembly: Google.Apis.CertificateAuthorityService.v1.dll
Syntax
public class Subject : IDirectResponseSchema

Properties

CommonName

The "common name" of the subject.

Declaration
[JsonProperty("commonName")]
public virtual string CommonName { get; set; }
Property Value
Type Description
string

CountryCode

The country code of the subject.

Declaration
[JsonProperty("countryCode")]
public virtual string CountryCode { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Locality

The locality or city of the subject.

Declaration
[JsonProperty("locality")]
public virtual string Locality { get; set; }
Property Value
Type Description
string

Organization

The organization of the subject.

Declaration
[JsonProperty("organization")]
public virtual string Organization { get; set; }
Property Value
Type Description
string

OrganizationalUnit

The organizational_unit of the subject.

Declaration
[JsonProperty("organizationalUnit")]
public virtual string OrganizationalUnit { get; set; }
Property Value
Type Description
string

PostalCode

The postal code of the subject.

Declaration
[JsonProperty("postalCode")]
public virtual string PostalCode { get; set; }
Property Value
Type Description
string

Province

The province, territory, or regional state of the subject.

Declaration
[JsonProperty("province")]
public virtual string Province { get; set; }
Property Value
Type Description
string

StreetAddress

The street address of the subject.

Declaration
[JsonProperty("streetAddress")]
public virtual string StreetAddress { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX