summary refs log tree commit diff
path: root/crypto/src/x509/store
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/x509/store')
-rw-r--r--crypto/src/x509/store/X509CertStoreSelector.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/src/x509/store/X509CertStoreSelector.cs b/crypto/src/x509/store/X509CertStoreSelector.cs
index f92a4ac03..6ab610762 100644
--- a/crypto/src/x509/store/X509CertStoreSelector.cs
+++ b/crypto/src/x509/store/X509CertStoreSelector.cs
@@ -109,12 +109,6 @@ namespace Org.BouncyCastle.X509.Store
 			set { issuer = value; }
 		}
 
-		[Obsolete("Avoid working with X509Name objects in string form")]
-		public string IssuerAsString
-		{
-			get { return issuer != null ? issuer.ToString() : null; }
-		}
-
 		public bool[] KeyUsage
 		{
 			get { return CopyBoolArray(keyUsage); }