WinRMListener.CertificateUrl Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’URL d’un certificat qui a été chargé sur Key Vault en tant que secret. Pour ajouter un secret au Key Vault, consultez Ajouter une clé ou un secret au coffre de clés. Dans ce cas, votre certificat doit être Il s’agit de l’encodage Base64 de l’objet JSON suivant qui est encodé en UTF-8 : <br>& lt;br> {<br> « data »:"< Certificat encodé&en base64 gt; »,<br> « dataType »:"pfx »,<br> « password »:"<pfx-file-password> »& lt;br>}
[Newtonsoft.Json.JsonProperty(PropertyName="certificateUrl")]
public string CertificateUrl { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="certificateUrl")>]
member this.CertificateUrl : string with get, set
Public Property CertificateUrl As String
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET