Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to :

  1. Get the status of Extended protection for Authentication
  2. Enable Extended Protection
  3. Disable Extended Protection

in SQL Server 2008 and 2008 R2 preferably using SQl Server Management Objects (SMO) API using C#.

Can someone point me to the relevant resource that can help me accomplish the above goals?

A non-SMO approach is also welcome. However, an approach that does not involve SQL queries, and uses C# is highly desired.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.