Minor formatting fix

This commit is contained in:
David Sparer
2016-10-28 11:52:11 -06:00
parent fffc0f9eae
commit 6aa363830b

View File

@@ -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; }
}
}