X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FMono.Security.X509%2FX501Name.cs;h=a5de173b388daf27bc19115f834c27868e2d2410;hb=dd1dded085e18612909416f0e7053fa0ea468090;hp=d5f55604718700b63532b042be52f3dca3c38357;hpb=0099401d45364d5190b537e28e8b7789597910ed;p=mono.git diff --git a/mcs/class/corlib/Mono.Security.X509/X501Name.cs b/mcs/class/corlib/Mono.Security.X509/X501Name.cs index d5f55604718..a5de173b388 100644 --- a/mcs/class/corlib/Mono.Security.X509/X501Name.cs +++ b/mcs/class/corlib/Mono.Security.X509/X501Name.cs @@ -27,7 +27,12 @@ namespace Mono.Security.X509 { * * RelativeDistinguishedName ::= SET OF AttributeTypeAndValue */ - public class X501 { +#if INSIDE_CORLIB + internal +#else + public +#endif + class X501 { static byte[] countryName = { 0x55, 0x04, 0x06 }; static byte[] organizationName = { 0x55, 0x04, 0x0A };