summary refs log tree commit diff
path: root/crypto/src/x509/IX509Extension.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@gmail.com>2022-06-21 18:57:52 +0700
committerPeter Dettman <peter.dettman@gmail.com>2022-06-21 18:57:52 +0700
commit84a1abd2bb12af82623c136243240e52a88e0bf4 (patch)
tree5a9828c8785a54c5b293ba484bdd0e2f2431600f /crypto/src/x509/IX509Extension.cs
parentUpdate copyright (diff)
downloadBouncyCastle.NET-ed25519-84a1abd2bb12af82623c136243240e52a88e0bf4.tar.xz
ObsoleteAttribute cleanup
Diffstat (limited to 'crypto/src/x509/IX509Extension.cs')
-rw-r--r--crypto/src/x509/IX509Extension.cs3
1 files changed, 0 insertions, 3 deletions
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
 		/// <returns>IDictionary with string (OID) keys and Asn1OctetString values</returns>
 		ISet GetNonCriticalExtensionOids();
 
-		[Obsolete("Use version taking a DerObjectIdentifier instead")]
-		Asn1OctetString GetExtensionValue(string oid);
-
 		Asn1OctetString GetExtensionValue(DerObjectIdentifier oid);
 	}
 }