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


In This Topic
    PrivateKeyFileName Field
    In This Topic
    The kind of key to use.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    <ExtensionMemberAttribute()>
    Public PrivateKeyFileName As String
    [DataMember()]
    [ExtensionMember()]
    public string PrivateKeyFileName
    [DataMember()]
    [ExtensionMember()]
    public:
    String^ PrivateKeyFileName
    Remarks
    If a PrivateKeyType is set, the key is read using the following settings: If PrivateKeyFileName is set, the key is read from the specified file on the server. If PrivateKeyFileName is not set, the key is read from FileServiceProvider.PrivateKey. If FileServiceProvider.PrivateKeyPassword is set, that is treated as the password for reading a password-protected private key. If FileServiceProvider.PrivateKeyPassword is not set, the private key must not be password-protected.
    See Also