INetworkFeatures.VirtualNetworkConnectionCertBlob Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(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) }, ReadOnly=false, Required=false, SerializedName="certBlob")]
public string VirtualNetworkConnectionCertBlob { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(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) }, ReadOnly=false, Required=false, SerializedName="certBlob")>]
member this.VirtualNetworkConnectionCertBlob : string with get, set
Public Property VirtualNetworkConnectionCertBlob As String
Property Value
- Attributes