summary refs log tree commit diff
path: root/crypto/BouncyCastle.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2021-11-11 15:24:08 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2021-11-11 15:24:08 +0700
commit46222a965fb85dfd5fdaf0ad273bb98e232d2b81 (patch)
tree1132d2f8523b3589b266b41c3505369482e76b8a /crypto/BouncyCastle.csproj
parentASN.1: Update encoding in line with bc-java (diff)
downloadBouncyCastle.NET-ed25519-46222a965fb85dfd5fdaf0ad273bb98e232d2b81.tar.xz
Add DLTaggedObject and use from parser
Diffstat (limited to 'crypto/BouncyCastle.csproj')
-rw-r--r--crypto/BouncyCastle.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj
index 495b55220..2e82e2432 100644
--- a/crypto/BouncyCastle.csproj
+++ b/crypto/BouncyCastle.csproj
@@ -128,6 +128,7 @@
     <Compile Include="src\asn1\DerVisibleString.cs" />
     <Compile Include="src\asn1\DLSequence.cs" />
     <Compile Include="src\asn1\DLSet.cs" />
+    <Compile Include="src\asn1\DLTaggedObject.cs" />
     <Compile Include="src\asn1\IAsn1ApplicationSpecificParser.cs" />
     <Compile Include="src\asn1\IAsn1Choice.cs" />
     <Compile Include="src\asn1\IAsn1Convertible.cs" />