Share via


Db2LinkedService.CertificateCommonName Property

Definition

Gets or sets certificate Common Name when TLS is enabled. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to