Application.ApplicationType 枚举 (Microsoft.SharePoint.Portal.SingleSignon)
Indicates the single sign-on (SSO) application type.
命名空间: Microsoft.SharePoint.Portal.SingleSignon
程序集: Microsoft.SharePoint.Portal.SingleSignon (在 microsoft.sharepoint.portal.singlesignon.dll 中)
语法
声明
Public Enumeration ApplicationType
用法
Dim instance As ApplicationType
public enum ApplicationType
成员
成员名称 | 说明 | |
---|---|---|
Group | Represents a group application. | |
GroupWindows | Represents a group application that uses Windows authentication. | |
Individual | Represents an individual application. | |
IndividualWindows | Represents a sensitive group application. | |
SensitiveGroup | Represents a sensitive group application. | |
SensitiveGroupWindows | Represents a sensitive group application that uses Windows authentication. |