Wednesday, December 13, 2006

SSPI

What does the SSPI stands for which we use in the connection String?

For example we mention IntegratedSecurity=SSPI in the Connection String sometimes

2 comments:

Madan Marimuthu said...

SSPI stands Security Support Provider Interface.
Just read the following:
Secure network communication generally follows a common pattern, where two parties, often strangers to one another, introduce themselves electronically over the network. For illustration, I'll call these two strangers Alice and Bob. Just like in real life, this introduction of Alice and Bob generally requires the participation of a trusted third party. This third party is known as an authority—I'll call him Trent. (The names I use here are culled from Bruce Schneier's inspiring book, Applied Cryptography.) After the introductory handshake, Alice and Bob receive an indication of who the other party purports to be, and if the handshake is successful, Alice and Bob develop trust in each other's identity.

courtesy: msdn.microsoft.com/msdnmag/issues/0800/security/

ShasiPriya said...

SSPI -Security Service Provider Interface
SSPI provides a set of APIs you can use to authenticate a user, and acquire credentials for it.