SecureStoreAccess enumeration

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