diff options
Diffstat (limited to 'crypto/src/asn1/Asn1Set.cs')
-rw-r--r-- | crypto/src/asn1/Asn1Set.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/src/asn1/Asn1Set.cs b/crypto/src/asn1/Asn1Set.cs index 8c6e2f0e4..91163417b 100644 --- a/crypto/src/asn1/Asn1Set.cs +++ b/crypto/src/asn1/Asn1Set.cs @@ -285,6 +285,11 @@ namespace Org.BouncyCastle.Asn1 #endif } + internal override bool EncodeConstructed() + { + return true; + } + public override string ToString() { return CollectionUtilities.ToString(elements); |