Share via


SftpServerLinkedService.HostKeyFingerprint Property

Definition

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

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> HostKeyFingerprint { get; set; }
member this.HostKeyFingerprint : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property HostKeyFingerprint As DataFactoryElement(Of String)

Property Value

Applies to