mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Minor formatting fix
This commit is contained in:
@@ -7,8 +7,11 @@ namespace mRemoteNG.Credential
|
||||
public interface ICredential
|
||||
{
|
||||
Guid UniqueId { get; }
|
||||
|
||||
string Username { get; set; }
|
||||
|
||||
SecureString Password { get; set; }
|
||||
|
||||
string Domain { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user