Share via


BackendCredentialsContract.CertificateIds Property

Definition

Gets or sets list of Client Certificate Ids.

[Newtonsoft.Json.JsonProperty(PropertyName="certificateIds")]
public System.Collections.Generic.IList<string> CertificateIds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="certificateIds")>]
member this.CertificateIds : System.Collections.Generic.IList<string> with get, set
Public Property CertificateIds As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to