Show / Hide Table of Contents

Class SSLCertificate.Types.Subject

Subject data.

Inheritance
object
SSLCertificate.Types.Subject
Implements
IMessage<SSLCertificate.Types.Subject>
IEquatable<SSLCertificate.Types.Subject>
IDeepCloneable<SSLCertificate.Types.Subject>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class SSLCertificate.Types.Subject : IMessage<SSLCertificate.Types.Subject>, IEquatable<SSLCertificate.Types.Subject>, IDeepCloneable<SSLCertificate.Types.Subject>, IBufferMessage, IMessage

Constructors

Subject()

Declaration
public Subject()

Subject(Subject)

Declaration
public Subject(SSLCertificate.Types.Subject other)
Parameters
Type Name Description
SSLCertificate.Types.Subject other

Properties

CommonName

CN: CommonName.

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

CountryName

C: Country name.

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

Locality

L: Locality.

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

Organization

O: Organization.

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

OrganizationalUnit

OU: OrganizationalUnit.

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

StateOrProvinceName

ST: StateOrProvinceName.

Declaration
public string StateOrProvinceName { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX