INetworkFeatures.VirtualNetworkConnectionCertBlob Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="A certificate file (.cer) blob containing the public key of the private key used to authenticate a\r\n        Point-To-Site VPN connection.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="certBlob", Update=false)]
public string VirtualNetworkConnectionCertBlob { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="A certificate file (.cer) blob containing the public key of the private key used to authenticate a\r\n        Point-To-Site VPN connection.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="certBlob", Update=false)>]
member this.VirtualNetworkConnectionCertBlob : string
Public ReadOnly Property VirtualNetworkConnectionCertBlob As String

Property Value

Attributes

Applies to