SingleSignonPermission.IsUnrestricted Method

Determines whether the current instance of the permission has unrestricted access to the resources protected by the permission.

Namespace:  Microsoft.SharePoint.Portal.SingleSignon.Security
Assembly:  Microsoft.SharePoint.Portal.SingleSignon.Security (in Microsoft.SharePoint.Portal.SingleSignon.Security.dll)

Syntax

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

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

Return Value

Type: System.Boolean
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

SingleSignonPermission Class

SingleSignonPermission Members

Microsoft.SharePoint.Portal.SingleSignon.Security Namespace