CertificateDetails.Subject Property

Definition

Gets certificate Subject.

[Newtonsoft.Json.JsonProperty(PropertyName="subject")]
public string Subject { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="subject")>]
member this.Subject : string
Public ReadOnly Property Subject As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to