Issue #5
This commit is contained in:
@@ -4,6 +4,9 @@ using System.Security;
|
||||
using System.Text;
|
||||
|
||||
namespace Server_Dashboard {
|
||||
/// <summary>
|
||||
/// Interface that makes a SecurePassword go one way
|
||||
/// </summary>
|
||||
public interface IHavePassword {
|
||||
SecureString SecurePassword { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user