From 84a1abd2bb12af82623c136243240e52a88e0bf4 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Tue, 21 Jun 2022 18:57:52 +0700 Subject: ObsoleteAttribute cleanup --- crypto/src/x509/IX509Extension.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'crypto/src/x509/IX509Extension.cs') diff --git a/crypto/src/x509/IX509Extension.cs b/crypto/src/x509/IX509Extension.cs index e861e8736..a08f5e052 100644 --- a/crypto/src/x509/IX509Extension.cs +++ b/crypto/src/x509/IX509Extension.cs @@ -19,9 +19,6 @@ namespace Org.BouncyCastle.X509 /// IDictionary with string (OID) keys and Asn1OctetString values ISet GetNonCriticalExtensionOids(); - [Obsolete("Use version taking a DerObjectIdentifier instead")] - Asn1OctetString GetExtensionValue(string oid); - Asn1OctetString GetExtensionValue(DerObjectIdentifier oid); } } -- cgit 1.4.1