X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Security%2FSystem.Security.Cryptography.Pkcs%2FSubjectIdentifierType.cs;h=758e3e11e408e72de8f40946205e1af3f3d48469;hb=b03e60628764d66654147bfc7a7e1a3242559888;hp=22527d325d88f4bab94c3b0886f6cc0f885fb597;hpb=e5aa23189bfdb75e36528e491537ec26ca0fc0c0;p=mono.git diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierType.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierType.cs old mode 100755 new mode 100644 index 22527d325d8..758e3e11e40 --- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierType.cs +++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierType.cs @@ -1,12 +1,11 @@ // -// SubjectIdentifierType.cs - System.Security.Cryptography.Pkcs.SubjectIdentifierType +// System.Security.Cryptography.Pkcs.SubjectIdentifierType // // Author: -// Sebastien Pouliot (spouliot@motus.com) +// Sebastien Pouliot // // (C) 2003 Motus Technologies Inc. (http://www.motus.com) -// - +// Copyright (C) 2004-2005 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,17 +27,14 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 - -using System; namespace System.Security.Cryptography.Pkcs { public enum SubjectIdentifierType { Unknown, IssuerAndSerialNumber, - SubjectKeyIdentifier + SubjectKeyIdentifier, + NoSignature } } -#endif \ No newline at end of file