Merge changes, that were only made in corlib, back into Mono.Security
[mono.git] / mcs / class / Mono.Security / Mono.Security.X509 / ITrustAnchors.cs
index f7df6f6d3d95919e783cdf004c6011fecf1ee7ab..a73d2726014a1d21b2cfd49eba9a2107dcc78dcb 100644 (file)
@@ -7,6 +7,8 @@
 // (C) 2003 Motus Technologies Inc. (http://www.motus.com)
 //
 
+//
+// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
@@ -32,7 +34,12 @@ using System;
 
 namespace Mono.Security.X509 {
 
-       public interface ITrustAnchors
+#if INSIDE_CORLIB
+       internal
+#else
+       public
+#endif
+       interface ITrustAnchors
        {
                X509CertificateCollection Anchors { get; }
        }