SsoCredentialContents, énumération (Microsoft.SharePoint.Portal.SingleSignon)
Sets the type of content stored in an SsoCredentials object.
Espace de noms : Microsoft.SharePoint.Portal.SingleSignon
Assembly : Microsoft.SharePoint.Portal.SingleSignon (dans microsoft.sharepoint.portal.singlesignon.dll)
Syntaxe
'Déclaration
<FlagsAttribute> _
Public Enumeration SsoCredentialContents
'Utilisation
Dim instance As SsoCredentialContents
[FlagsAttribute]
public enum SsoCredentialContents
Membres
Nom du membre | Description | |
---|---|---|
ExtendedEvidence | Set if SsoCredentials.Evidence has more information available beyond UserName and Password. | |
MappedGroup | Set if the application definition is a Group definition. | |
None | ||
Password | Set if SsoCredentials contains Password. | |
UserName | Set if SsoCredentials contains UserName. | |
WindowsCredentials | Set if the application definition is set to Windows authentication. |
Exemple
For an example, see Procédure pas à pas : implémentation d'un fournisseur d'authentification unique enfichable.