Hello everyone,
I am tinkering a little bit with WCF-service programming and tried to configure a CustomBinding in the web.config of the project in Visual Studio.
I looked at https://docs.microsoft.com/de-de/dotnet/framework/configure-apps/file-schema/wcf/issuedtokenparameters but can not use the attribute inclusionMode and also some others which are shown in the docs. VS tells me "The inclusionMode-attribute is now allowed".
How can I use it or what am I missing that I cannot use it?
Yours