mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Fix Release build failure
This commit is contained in:
@@ -139,11 +139,11 @@ namespace mRemoteNG.Tools
|
||||
|
||||
private DisplayContextValue DisplayContext {get; set;}
|
||||
private Form DisplayParentForm {get; set;}
|
||||
private Exception Exception {get; set;}
|
||||
internal Exception Exception {get; set;}
|
||||
private string FilePath {get; set;}
|
||||
private bool RequireThumbprintMatch { get; set;}
|
||||
internal bool RequireThumbprintMatch { get; set;}
|
||||
|
||||
private StatusValue Status { get; set; }
|
||||
internal StatusValue Status { get; set; }
|
||||
|
||||
public string StatusMessage
|
||||
{
|
||||
@@ -186,7 +186,7 @@ namespace mRemoteNG.Tools
|
||||
|
||||
private string _thumbprint;
|
||||
|
||||
private string ThumbprintToMatch { get; set;}
|
||||
internal string ThumbprintToMatch { get; set;}
|
||||
|
||||
private int _trustProviderErrorCode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user