SsoCredentialContents 枚举 (Microsoft.SharePoint.Portal.SingleSignon)

Sets the type of content stored in an SsoCredentials object.

命名空间: Microsoft.SharePoint.Portal.SingleSignon
程序集: Microsoft.SharePoint.Portal.SingleSignon (在 microsoft.sharepoint.portal.singlesignon.dll 中)

语法

声明
<FlagsAttribute> _
Public Enumeration SsoCredentialContents
用法
Dim instance As SsoCredentialContents
[FlagsAttribute] 
public enum SsoCredentialContents

成员

  成员名称 说明
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. 

示例

For an example, see 演练:实现可插入 SSO 提供程序.

另请参阅

参考

Microsoft.SharePoint.Portal.SingleSignon 命名空间