SecureStorePermission Class
Represents a custom permission that controls the ability to access Secure Store Service object model resources. This class cannot be inherited.
Inheritance Hierarchy
System.Object
System.Security.CodeAccessPermission
Microsoft.Office.SecureStoreService.Server.Security.SecureStorePermission
Namespace: Microsoft.Office.SecureStoreService.Server.Security
Assembly: Microsoft.Office.SecureStoreService.Server.Security (in Microsoft.Office.SecureStoreService.Server.Security.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class SecureStorePermission _
Inherits CodeAccessPermission _
Implements IUnrestrictedPermission
'Usage
Dim instance As SecureStorePermission
[SerializableAttribute]
public sealed class SecureStorePermission : CodeAccessPermission,
IUnrestrictedPermission
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Office.SecureStoreService.Server.Security Namespace