Share via


ClientCertificateCommonName.CertificateCommonName Property

Definition

Gets or sets the common name of the client certificate.

[Newtonsoft.Json.JsonProperty(PropertyName="certificateCommonName")]
public string CertificateCommonName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="certificateCommonName")>]
member this.CertificateCommonName : string with get, set
Public Property CertificateCommonName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to