adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SftpServer Class / ForceCipher Property


In This Topic
    ForceCipher Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ForceCipher As String
    public string ForceCipher {get; set;}
    public:
    property String^ ForceCipher {
       String^ get();
       void set (    String^ value);
    }
    See Also