From e2c6240798685ac19daff963867fc9e64cbc2061 Mon Sep 17 00:00:00 2001 From: Sean Kaim Date: Fri, 11 Nov 2016 16:35:14 -0500 Subject: [PATCH] Fix Release build failure --- mRemoteV1/Tools/Authenticode.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mRemoteV1/Tools/Authenticode.cs b/mRemoteV1/Tools/Authenticode.cs index 549228d67..4bcf53727 100644 --- a/mRemoteV1/Tools/Authenticode.cs +++ b/mRemoteV1/Tools/Authenticode.cs @@ -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;