Bagikan melalui


SftpServerLinkedService.HostKeyFingerprint Property

Definition

Gets or sets the host key finger-print of the SFTP server. When SkipHostKeyValidation is false, HostKeyFingerprint should be specified. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to