다음을 통해 공유


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