다음을 통해 공유


CertificateContentType.Implicit(String to CertificateContentType) Operator

Definition

Converts a string to a CertificateContentType.

public static implicit operator Azure.Security.KeyVault.Certificates.CertificateContentType (string value);
static member op_Implicit : string -> Azure.Security.KeyVault.Certificates.CertificateContentType
Public Shared Widening Operator CType (value As String) As CertificateContentType

Parameters

value
String

The string value to convert.

Returns

Applies to