diff options
Diffstat (limited to 'crypto/src/x509/store/X509CertStoreSelector.cs')
-rw-r--r-- | crypto/src/x509/store/X509CertStoreSelector.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/src/x509/store/X509CertStoreSelector.cs b/crypto/src/x509/store/X509CertStoreSelector.cs index 6ab610762..8e22b862a 100644 --- a/crypto/src/x509/store/X509CertStoreSelector.cs +++ b/crypto/src/x509/store/X509CertStoreSelector.cs @@ -142,12 +142,6 @@ namespace Org.BouncyCastle.X509.Store set { subject = value; } } - [Obsolete("Avoid working with X509Name objects in string form")] - public string SubjectAsString - { - get { return subject != null ? subject.ToString() : null; } - } - public byte[] SubjectKeyIdentifier { get { return Arrays.Clone(subjectKeyIdentifier); } |