IHttpProxyConfiguration.TrustedCa 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.
Alternative CA cert to use for connecting to proxy servers.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="Alternative CA cert to use for connecting to proxy servers.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="trustedCa", Update=true)]
public string TrustedCa { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="Alternative CA cert to use for connecting to proxy servers.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="trustedCa", Update=true)>]
member this.TrustedCa : string with get, set
Public Property TrustedCa As String
Property Value
- Attributes