var fDesc=new Array(); fDesc[0] = "This guidance package provides automation capabilities inside of Visual Studio to apply security (authentication, authorization, confidentiality, and integrity) to WCF Web services. While this package does not have a modeling environment itself, it can be used in conjunction with the Web Service Software Factory: Modeling Edition to secure services developed with the factory. This package can also be used without the Service Factory.

The associated how-to topics contain information on how to use this package after you have installed it. There is also information on how to manually secure your service using Kerberos, X.509 Certificates, Direct Authentication, and Anonymous Authentication."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }