IotHubRootCertificateProperties.IsRootCertificateV2Enabled 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.
This property when set to true, hub will use G2 cert; while it's set to false, hub uses Baltimore Cert.
public bool? IsRootCertificateV2Enabled { get; set; }
member this.IsRootCertificateV2Enabled : Nullable<bool> with get, set
Public Property IsRootCertificateV2Enabled As Nullable(Of Boolean)