CertificateInner.SubjectName Property

Definition

Gets subject name of the certificate.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to