Compartir a través de


HttpLinkedService.EmbeddedCertData Propiedad

Definición

Obtiene o establece datos de certificado codificados en base64 para la autenticación ClientCertificate. Para la copia local con autenticación ClientCertificate, se debe especificar CertThumbprint o EmbeddedCertData/Password. Tipo: cadena (o Expresión con cadena resultType).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.embeddedCertData")]
public object EmbeddedCertData { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.embeddedCertData")>]
member this.EmbeddedCertData : obj with get, set
Public Property EmbeddedCertData As Object

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a