다음을 통해 공유


SecureStorePermissionAttribute.Unrestricted Property

Gets or sets a value that indicates whether full permission to the resource protected by the attribute is declared.

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

Syntax

'Declaration
Public Property Unrestricted As Boolean
    Get
    Set
'Usage
Dim instance As SecureStorePermissionAttribute
Dim value As Boolean

value = instance.Unrestricted

instance.Unrestricted = value
public bool Unrestricted { get; set; }

Property Value

Type: System.Boolean
true if this SecureStorePermissionAttribute object has RestrictedCredentials permission; otherwise, false.

See Also

Reference

SecureStorePermissionAttribute Class

SecureStorePermissionAttribute Members

Microsoft.Office.SecureStoreService.Server.Security Namespace