X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Security%2FSystem.Security.Cryptography.Pkcs%2FSubjectIdentifierOrKey.cs;h=97476d28f8c04943d044e781c0635c72156ce36d;hb=b7e80009158717d96fdbb42e93c10ebd927fd6a8;hp=1488cb261bb1f9981bd85c48fd1cc32e4b81cd12;hpb=7f449e7aff8f374d13db7023c7b326dde01b763d;p=mono.git diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierOrKey.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierOrKey.cs old mode 100755 new mode 100644 index 1488cb261bb..97476d28f8c --- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierOrKey.cs +++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierOrKey.cs @@ -2,11 +2,10 @@ // SubjectIdentifierOrKey.cs - System.Security.Cryptography.Pkcs.SubjectIdentifierOrKey // // 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,13 +27,12 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 using System; namespace System.Security.Cryptography.Pkcs { - public class SubjectIdentifierOrKey { + public sealed class SubjectIdentifierOrKey { private SubjectIdentifierOrKeyType _type; private object _value; @@ -57,4 +55,3 @@ namespace System.Security.Cryptography.Pkcs { } } -#endif