_sWebMetadata.ValidSecurityInfo Field
A Boolean variable that specifies whether the SPWeb has valid security information.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
Public ValidSecurityInfo As Boolean
'Usage
Dim instance As _sWebMetadata
Dim value As Boolean
value = instance.ValidSecurityInfo
instance.ValidSecurityInfo = value
public bool ValidSecurityInfo
Remarks
If the SPSite has an external security provider, then this property specifies whether the security provider has permissions information for the site. Otherwise, security is inherited from the parent site and this property must have a value of true.
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()