summary refs log tree commit diff
path: root/crypto/src/openpgp/PgpSecretKeyRingBundle.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/openpgp/PgpSecretKeyRingBundle.cs')
-rw-r--r--crypto/src/openpgp/PgpSecretKeyRingBundle.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/src/openpgp/PgpSecretKeyRingBundle.cs b/crypto/src/openpgp/PgpSecretKeyRingBundle.cs
index 26be9c10b..f367d17d0 100644
--- a/crypto/src/openpgp/PgpSecretKeyRingBundle.cs
+++ b/crypto/src/openpgp/PgpSecretKeyRingBundle.cs
@@ -62,12 +62,6 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp
 			}
         }
 
-		[Obsolete("Use 'Count' property instead")]
-		public int Size
-		{
-			get { return order.Count; }
-		}
-
 		/// <summary>Return the number of rings in this collection.</summary>
 		public int Count
         {