1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
| <microsoft.web.services3>
<messaging>
<executionTimeoutInSeconds value="60" />
<maxMessageLength value="1048576" />
</messaging>
<security>
<limits maxSignedItems="16" maxEncryptedItems="5" maxTokens="5" />
</security>
<securityTokenManager>
<add type="Microsoft.Web.Services3.Security.Tokens.SecurityContextTokenManager, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
namespace="http://schemas.xmlsoap.org/ws/2004/04/sc" localName="SecurityContextToken" >
<cacheLimit value="1048576" />
</add>
<add type="Microsoft.Web.Services3.Security.Tokens.DerivedKeyTokenManager, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" priority="1" group="0"
namespace="http://schemas.xmlsoap.org/ws/2004/04/sc" localName="DerivedKeyToken">
<offsetLimit value="1048576" />
</add>
</securityTokenManager>
</microsoft.web.services3> |
Partager