X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Security%2FSystem.Security.Cryptography.Pkcs%2FRecipientInfo.cs;h=eecbcc5ffc61c588ae10b4c5f75976652a0c802f;hb=b7e80009158717d96fdbb42e93c10ebd927fd6a8;hp=3f1489fa0ccfd58da881a8489a398c48a7e4dc3b;hpb=d4257ef3dc3d8adf23b2744130952b26303f5d33;p=mono.git diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfo.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfo.cs old mode 100755 new mode 100644 index 3f1489fa0cc..eecbcc5ffc6 --- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfo.cs +++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfo.cs @@ -2,11 +2,10 @@ // RecipientInfo.cs - System.Security.Cryptography.Pkcs.RecipientInfo // // Author: -// Sebastien Pouliot (spouliot@motus.com) +// Sebastien Pouliot // // (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 @@ -28,7 +27,7 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 +#if SECURITY_DEP using System; @@ -40,9 +39,6 @@ namespace System.Security.Cryptography.Pkcs { // constructors - protected RecipientInfo () {} - - // documented as protected at http://longhorn.msdn.microsoft.com // but not present in the 1.2 beta SDK internal RecipientInfo (RecipientInfoType recipInfoType) @@ -66,4 +62,4 @@ namespace System.Security.Cryptography.Pkcs { } } -#endif \ No newline at end of file +#endif