_sListMetadata.ValidSecurityInfo Field
A Boolean variable indicating whether the requestor has right to view permissions.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
Public ValidSecurityInfo As Boolean
'Usage
Dim instance As _sListMetadata
Dim value As Boolean
value = instance.ValidSecurityInfo
instance.ValidSecurityInfo = value
public bool ValidSecurityInfo
Remarks
If the SPSite has an external security provider, the security provider has permissions information for the site and this property has a value of true. Otherwise, security is inherited from the parent site and this property has a value of true. However, if the requester does not have site collection administrator authority on an internally secured site, then this property has a value of False.
Users who are added to the site collection administrators group are granted full control to all sites and other securable objects within the entire site collection. Site owners may not be aware that site collection administrators also have full control of their sites.
See Also
Reference
HasUniqueRoleAssignments()