Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/referencesource/mscorlib/system/security/securitycontext.cs')
-rw-r--r--mcs/class/referencesource/mscorlib/system/security/securitycontext.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/referencesource/mscorlib/system/security/securitycontext.cs b/mcs/class/referencesource/mscorlib/system/security/securitycontext.cs
index 2f3268e234c..76dd997bd3b 100644
--- a/mcs/class/referencesource/mscorlib/system/security/securitycontext.cs
+++ b/mcs/class/referencesource/mscorlib/system/security/securitycontext.cs
@@ -6,7 +6,7 @@
**
** Class: SecurityContext
**
-** <OWNER>Microsoft</OWNER>
+** <OWNER>[....]</OWNER>
**
**
** Purpose: Capture security context for a thread
@@ -32,7 +32,7 @@ namespace System.Security
using System.Runtime.Versioning;
using System.Diagnostics.Contracts;
- // This enum must be kept in sync with the SecurityContextSource enum in the VM
+ // This enum must be kept in [....] with the SecurityContextSource enum in the VM
public enum SecurityContextSource
{
CurrentAppDomain = 0,