ArmDeviceProvisioningServicesModelFactory.CertificateVerificationCodeContent 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 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.