Author: spouliot
Date: 2005-04-24 11:42:31 -0400 (Sun, 24 Apr 2005)
New Revision: 43513
Modified:
trunk/mcs/class/System.Security/System.Security.Cryptography.Pkcs/ChangeLog
trunk/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierType.cs
Log:
2005-04-24 Sebastien Pouliot <[EMAIL PROTECTED]>
* SubjectIdentifierType.cs: Removed (really) obsolete enum value and
[Serializable] attribute.
Modified:
trunk/mcs/class/System.Security/System.Security.Cryptography.Pkcs/ChangeLog
===================================================================
--- trunk/mcs/class/System.Security/System.Security.Cryptography.Pkcs/ChangeLog
2005-04-24 14:57:52 UTC (rev 43512)
+++ trunk/mcs/class/System.Security/System.Security.Cryptography.Pkcs/ChangeLog
2005-04-24 15:42:31 UTC (rev 43513)
@@ -1,3 +1,8 @@
+2005-04-24 Sebastien Pouliot <[EMAIL PROTECTED]>
+
+ * SubjectIdentifierType.cs: Removed (really) obsolete enum value and
+ [Serializable] attribute.
+
2005-04-23 Sebastien Pouliot <[EMAIL PROTECTED]>
* CmsRecipient.cs, CmsRecipientCollection.cs, CmsSigner.cs,
Modified:
trunk/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierType.cs
===================================================================
---
trunk/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierType.cs
2005-04-24 14:57:52 UTC (rev 43512)
+++
trunk/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierType.cs
2005-04-24 15:42:31 UTC (rev 43513)
@@ -5,7 +5,7 @@
// Sebastien Pouliot <[EMAIL PROTECTED]>
//
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
-// Copyright (C) 2004 Novell, Inc (http://www.novell.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
@@ -29,17 +29,13 @@
#if NET_2_0
-using System;
-
namespace System.Security.Cryptography.Pkcs {
- [Serializable]
public enum SubjectIdentifierType {
Unknown,
IssuerAndSerialNumber,
SubjectKeyIdentifier,
- [Obsolete] HashOnly,
- NoSignature = 3
+ NoSignature
}
}
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches