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.
Represents the levels of access a SecureStorePermission object may provide.
Namespace: Microsoft.Office.SecureStoreService.Server.Security
Assembly: Microsoft.Office.SecureStoreService.Server.Security (in Microsoft.Office.SecureStoreService.Server.Security.dll)
Syntax
'Declaration
Public Enumeration SecureStoreAccess
'Usage
Dim instance As SecureStoreAccess
public enum SecureStoreAccess
Members
Member name | Description | |
---|---|---|
None | Access to none of the APIs. | |
Minimal | Access only to the GetApplications and other read-only publicly needed APIs. | |
Credentials | Access to the GetCredentials, GetCredentialsUsingTicket, DeleteCredentials, and IssueTicket API in addition to all the privileges granted by Minimal. | |
RestrictedCredentials | Access to the GetRestrictedCredentials API in addition to all the privileges granted by Credentials. |
See Also
Reference
Microsoft.Office.SecureStoreService.Server.Security Namespace