2010-02-09 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel / Test / config / endpointBehaviors.config
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <configuration>\r
3         <system.serviceModel>\r
4                 <behaviors>\r
5                         <endpointBehaviors>\r
6                                 <behavior name="NewBehavior">\r
7                                         <callbackDebug includeExceptionDetailInFaults="true" />\r
8                                         <callbackTimeouts transactionTimeout="00:02:30" />\r
9                                         <clientCredentials type="ClientCredentialType" supportInteractive="false">\r
10                                                 <clientCertificate findValue="findValue" storeLocation="LocalMachine"\r
11                                                  storeName="Root" x509FindType="FindByExtension" />\r
12                                                 <serviceCertificate>\r
13                                                         <defaultCertificate findValue="findValue" storeLocation="LocalMachine"\r
14                                                          storeName="Root" x509FindType="FindByExtension" />\r
15                                                         <scopedCertificates>\r
16                                                                 <add targetUri="http://target.uri" findValue="findValue" storeLocation="LocalMachine"\r
17                                                                  storeName="Root" x509FindType="FindByExtension" />\r
18                                                         </scopedCertificates>\r
19                                                         <authentication customCertificateValidatorType="CustomCertificateValidatorType"\r
20                                                          certificateValidationMode="None" revocationMode="Offline" trustedStoreLocation="LocalMachine" />\r
21                                                 </serviceCertificate>\r
22                                                 <windows allowNtlm="false" allowedImpersonationLevel="None" />\r
23                                                 <issuedToken cacheIssuedTokens="false" defaultKeyEntropyMode="ClientEntropy"\r
24                                                  issuedTokenRenewalThresholdPercentage="30" />\r
25                                                 <httpDigest impersonationLevel="None" />\r
26                                         </clientCredentials>\r
27                                         <clientVia viaUri="http://via.uri" />\r
28                                         <dataContractSerializer ignoreExtensionDataObject="true" maxItemsInObjectGraph="32768" />\r
29                                         <synchronousReceive />\r
30                                         <transactedBatching maxBatchSize="16" />\r
31                                 </behavior>\r
32                         </endpointBehaviors>\r
33                 </behaviors>\r
34         </system.serviceModel>\r
35 </configuration>