SsoCredentials Class

Represents an object that contains the single sign-on credentials.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Portal.SingleSignon.SsoCredentials

Namespace:  Microsoft.SharePoint.Portal.SingleSignon
Assembly:  Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)

Syntax

'Declaration
Public Class SsoCredentials _
    Implements IDisposable
'Usage
Dim instance As SsoCredentials
public class SsoCredentials : IDisposable

Examples

For an example, see Walkthrough: Implementing a Pluggable SSO Provider.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SsoCredentials Members

Microsoft.SharePoint.Portal.SingleSignon Namespace