ActivateBringYourOwnRootRequest(String) Constructor
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.
Initializes a new instance of ActivateBringYourOwnRootRequest.
public ActivateBringYourOwnRootRequest(string certificateChain);
new Azure.ResourceManager.DeviceRegistry.Models.ActivateBringYourOwnRootRequest : string -> Azure.ResourceManager.DeviceRegistry.Models.ActivateBringYourOwnRootRequest
Public Sub New (certificateChain As String)
Parameters
- certificateChain
- String
Certificate chain in PEM format, including the signed certificate. The first certificate must be the signed certificate (matching the CSR generated by the service), followed by any intermediate CAs, and optionally the root CA. Certificates must be ordered from leaf to root and concatenated in PEM format.
Exceptions
certificateChain is null.