IotDpsUtils.ToPSCertificates(IList<CertificateResponse>) Method
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.
public static System.Collections.Generic.IList<Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificate> ToPSCertificates (System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.CertificateResponse> certificateResponses);
static member ToPSCertificates : System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.CertificateResponse> -> System.Collections.Generic.IList<Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificate>
Public Function ToPSCertificates (certificateResponses As IList(Of CertificateResponse)) As IList(Of PSCertificate)
Parameters
- certificateResponses
- IList<CertificateResponse>