summary refs log tree commit diff
path: root/crypto/src/asn1/pkcs/CertificationRequestInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/asn1/pkcs/CertificationRequestInfo.cs')
-rw-r--r--crypto/src/asn1/pkcs/CertificationRequestInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/asn1/pkcs/CertificationRequestInfo.cs b/crypto/src/asn1/pkcs/CertificationRequestInfo.cs
index b775014b2..795757533 100644
--- a/crypto/src/asn1/pkcs/CertificationRequestInfo.cs
+++ b/crypto/src/asn1/pkcs/CertificationRequestInfo.cs
@@ -71,7 +71,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs
             //
             if (seq.Count > 3)
             {
-                DerTaggedObject tagobj = (DerTaggedObject) seq[3];
+                Asn1TaggedObject tagobj = (Asn1TaggedObject)seq[3];
                 attributes = Asn1Set.GetInstance(tagobj, false);
             }