-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sequence of OCTET STRING #3
Comments
May be a dupe of dotnet/corefx#28683 |
This should work just fine with the ASN code generator. That said, why doesn't |
It throws an Exception in ldap.net/asn.1/Asn1V2.Serializer.cs Lines 1075 to 1081 in e53bfcc
because both derive from AsnTypeAttribute .ldap.net/asn.1/Asn1V2.Serializer.cs Line 1626 in e53bfcc
ldap.net/asn.1/Asn1V2.Serializer.cs Line 1578 in e53bfcc
|
It's possible to workaround that with a dummy Definitely recommend the code generator as an alternative here. The serializer is unlikely to get shipped as production ready anyway. In case the CoreFX guys decide to ship it then it should probably be addressed though. |
RFC 4511 - 4.5.1
ldap.net/ldap/Asn1/Asn1SearchRequest.cs
Lines 42 to 44 in 8389e4e
I can't combine
SequenceOf
andOctetString
.The text was updated successfully, but these errors were encountered: