VnetInfoInner.CertBlob Property

Definition

Gets or sets a certificate file (.cer) blob containing the public key of the private key used to authenticate a Point-To-Site VPN connection.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to