ArmDeviceProvisioningServicesModelFactory.CertificateVerificationCodeContent Method

Definition

public static Azure.ResourceManager.DeviceProvisioningServices.Models.CertificateVerificationCodeContent CertificateVerificationCodeContent(string certificate = default);
static member CertificateVerificationCodeContent : string -> Azure.ResourceManager.DeviceProvisioningServices.Models.CertificateVerificationCodeContent
Public Shared Function CertificateVerificationCodeContent (Optional certificate As String = Nothing) As CertificateVerificationCodeContent

Parameters

certificate
String

base-64 representation of X509 certificate .cer file or just .pem file content.

Returns

A new CertificateVerificationCodeContent instance for mocking.

Applies to