SingleSignonAccess Enumeration
Represents the levels of access a SingleSignonPermission object may provide.
Namespace: Microsoft.SharePoint.Portal.SingleSignon.Security
Assembly: Microsoft.SharePoint.Portal.SingleSignon.Security (in Microsoft.SharePoint.Portal.SingleSignon.Security.dll)
Syntax
'Declaration
Public Enumeration SingleSignonAccess
'Usage
Dim instance As SingleSignonAccess
public enum SingleSignonAccess
Members
| Member name | Description | |
|---|---|---|
| None | Access to none of the APIs. | |
| Minimal | Access only to the ReserveTicket, GetApplications, and other read-only publicly needed APIs. | |
| Credentials | Access to the GetCredentials API in addition to all the privileges granted by Minimal. | |
| SensitiveCredentials | Access to the GetSensitiveCredentials API in addition to all the privileges granted by Credentials. | |
| Administer | Unrestricted access to all APIs. |