다음을 통해 공유


GatewayCertificateAuthorityContract.IsTrusted Property

Definition

Gets or sets determines whether certificate authority is trusted.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isTrusted")]
public bool? IsTrusted { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isTrusted")>]
member this.IsTrusted : Nullable<bool> with get, set
Public Property IsTrusted As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to