I need to BER decode\encode some data I receive in my app. Looking at MSDN I thought best and simple way is to use BerConverter.
However on adding the namespace System.DirectoryServices.Protocols in my Universal App project I get this compilation error
System.Collections class Type not found in mscorlib.dll.
Any help here much appreciated.
Can I even use BerConverter in TH WIN10 App code?