adTempus API
ArcanaDevelopment.adTempus.Shared.FileOperations Namespace / SFTPServiceDefinition Class / HostKeyFingerprint Field

In This Topic
    HostKeyFingerprint Field (SFTPServiceDefinition)
    In This Topic
    The expected host key fingerprint.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    <ExtensionMemberAttribute()>
    Public HostKeyFingerprint As String
    [DataMember()]
    [ExtensionMember()]
    public string HostKeyFingerprint
    Remarks
    If HostKeyFingerprint is specified, the connection will fail if the host key does not match. If no HostKeyFingerprint is specified, adTempus will not verify the identity of the server.
    See Also