你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ILoadedCertificate.LoadTrustStore Property

Definition

Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="loadTrustStore")]
public bool? LoadTrustStore { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="loadTrustStore")>]
member this.LoadTrustStore : Nullable<bool> with get, set
Public Property LoadTrustStore As Nullable(Of Boolean)

Property Value

Attributes

Applies to