Partilhar via


SecureStorePermission.IsUnrestricted Method

Returns a value that indicates whether the current instance of the permission has unrestricted access to the resources protected by the permission.

Namespace:  Microsoft.Office.SecureStoreService.Server.Security
Assembly:  Microsoft.Office.SecureStoreService.Server.Security (in Microsoft.Office.SecureStoreService.Server.Security.dll)

Syntax

'Declaration
Public Function IsUnrestricted As Boolean
'Usage
Dim instance As SecureStorePermission
Dim returnValue As Boolean

returnValue = instance.IsUnrestricted()
public bool IsUnrestricted()

Return Value

Type: System.Boolean
true if the current permission is unrestricted; otherwise, false.

Implements

IUnrestrictedPermission.IsUnrestricted()

Remarks

An unrestricted permission represents access to any and all resources protected by the permission.

See Also

Reference

SecureStorePermission Class

SecureStorePermission Members

Microsoft.Office.SecureStoreService.Server.Security Namespace