SpsSsoProvider Members
Include Protected Members
Include Inherited Members
Represents the default single sign-on (SSO) provider that is included with Microsoft Office SharePoint Server 2007. It is the Office SharePoint Server 2007 implementation of the ISsoProvider interface.
The SpsSsoProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SpsSsoProvider | Initializes a new instance of the SpsSsoProvider class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetApplicationDefinitions | Gets a list of enterprise application definitions defined for this single sign-on (SSO) provider. | |
GetApplicationFields | Gets the credential fields from the enterprise application definition for the specified application. | |
GetApplicationInfo | Gets the enterprise application definition for the specified application. | |
GetCredentialManagementURL | Gets the URL for managing credentials for the specified application. | |
GetCredentials | Returns the single sign-on (SSO) credentials for the specified application. | |
GetCredentialsUsingTicket | Returns the credentials for the specified ticket and the specified application identifier. | |
GetCurrentUser | Gets the current user from the current HTTP request. If the request is authenticated with Windows authentication, this returns a UPN (user principal name). | |
GetHashCode | (Inherited from Object.) | |
GetRestrictedCredentials | Gets the sensitive single sign-on SSO credentials for the specified application. | |
GetSsoProviderInfo | Gets the provider information. | |
GetTicket | Gets a ticket that can be used later to retrieve credentials. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
PutIdentityOnRequest | Puts the appropriate identity using the policy of the specified application on the outbound HTTP request. | |
PutIdentityOnRequestUsingTicket | Puts the appropriate identity using the policy of the specified application on the outbound HTTP request using the ticket. | |
ToString | (Inherited from Object.) |
Top