summary refs log tree commit diff
path: root/crypto/src/openpgp/PgpSignature.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/openpgp/PgpSignature.cs')
-rw-r--r--crypto/src/openpgp/PgpSignature.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/src/openpgp/PgpSignature.cs b/crypto/src/openpgp/PgpSignature.cs
index fb6244725..aabe964b1 100644
--- a/crypto/src/openpgp/PgpSignature.cs
+++ b/crypto/src/openpgp/PgpSignature.cs
@@ -320,12 +320,6 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp
             get { return sigPck.KeyId; }
         }
 
-		[Obsolete("Use 'CreationTime' property instead")]
-		public DateTime GetCreationTime()
-		{
-			return CreationTime;
-		}
-
 		/// <summary>The creation time of this signature.</summary>
         public DateTime CreationTime
         {