summary refs log tree commit diff
path: root/crypto/src/asn1/pkcs/AuthenticatedSafe.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/asn1/pkcs/AuthenticatedSafe.cs')
-rw-r--r--crypto/src/asn1/pkcs/AuthenticatedSafe.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/src/asn1/pkcs/AuthenticatedSafe.cs b/crypto/src/asn1/pkcs/AuthenticatedSafe.cs
index 6a112d9df..6f3b4c8c3 100644
--- a/crypto/src/asn1/pkcs/AuthenticatedSafe.cs
+++ b/crypto/src/asn1/pkcs/AuthenticatedSafe.cs
@@ -24,9 +24,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs
         private readonly ContentInfo[] info;
         private readonly bool isBer;
 
-        [Obsolete("Use 'GetInstance' instead")]
-		public AuthenticatedSafe(
-            Asn1Sequence seq)
+		private AuthenticatedSafe(Asn1Sequence seq)
         {
             info = new ContentInfo[seq.Count];