summary refs log tree commit diff
path: root/crypto/src/asn1/pkcs/Pfx.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2021-10-14 16:29:46 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2021-10-14 16:29:46 +0700
commitc1c9c9ad03d363522a0e2ed9b3fead4016f6a01b (patch)
tree4fb0454345cd9f565935db1f57eb74ad19f7ce4a /crypto/src/asn1/pkcs/Pfx.cs
parentAdd Asn1Encodable.EncodeTo methods (diff)
downloadBouncyCastle.NET-ed25519-c1c9c9ad03d363522a0e2ed9b3fead4016f6a01b.tar.xz
Some Obsolete cleanup
Diffstat (limited to 'crypto/src/asn1/pkcs/Pfx.cs')
-rw-r--r--crypto/src/asn1/pkcs/Pfx.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/src/asn1/pkcs/Pfx.cs b/crypto/src/asn1/pkcs/Pfx.cs
index e73701342..c1399e560 100644
--- a/crypto/src/asn1/pkcs/Pfx.cs
+++ b/crypto/src/asn1/pkcs/Pfx.cs
@@ -23,9 +23,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs
         private readonly ContentInfo contentInfo;
         private readonly MacData macData;
 
-        [Obsolete("Use 'GetInstance' instead")]
-		public Pfx(
-            Asn1Sequence seq)
+		private Pfx(Asn1Sequence seq)
         {
             DerInteger version = DerInteger.GetInstance(seq[0]);
             if (!version.HasValue(3))