summary refs log tree commit diff
path: root/crypto/src/asn1/Asn1OutputStream.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/asn1/Asn1OutputStream.cs')
-rw-r--r--crypto/src/asn1/Asn1OutputStream.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/src/asn1/Asn1OutputStream.cs b/crypto/src/asn1/Asn1OutputStream.cs
index f1e9aec57..b0d4a18fa 100644
--- a/crypto/src/asn1/Asn1OutputStream.cs
+++ b/crypto/src/asn1/Asn1OutputStream.cs
@@ -57,6 +57,11 @@ namespace Org.BouncyCastle.Asn1
             get { return true; }
         }
 
+        internal virtual bool IsDer
+        {
+            get { return false; }
+        }
+
         internal void WriteDL(int length)
         {
             if (length < 128)