Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the type of content stored in an SsoCredentials object.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint.Portal.SingleSignon
Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration SsoCredentialContents
'Usage
Dim instance As SsoCredentialContents
[FlagsAttribute]
public enum SsoCredentialContents
Members
| Member name | Description | |
|---|---|---|
| None | ||
| UserName | Set if SsoCredentials contains UserName. | |
| Password | Set if SsoCredentials contains Password. | |
| ExtendedEvidence | Set if SsoCredentials.Evidence has more information available beyond UserName and Password. | |
| MappedGroup | Set if the application definition is a Group definition. | |
| WindowsCredentials | Set if the application definition is set to Windows authentication. |
Examples
For an example, see Walkthrough: Implementing a Pluggable SSO Provider.