Object: | File | |||||||||||||||||||||||||||||||||
Syntax: | DenyAccess ([in] AccountName, [in] Permissions) | |||||||||||||||||||||||||||||||||
Description: | This method creates an Access Control Entry (ACE) for the current file that denies
specific access rights. The AccountName must resolve to a valid NT account in the domain. The Permissions can have any of the following values or any logical combination of the following values:
These constants can be found using the IIS 4 or later TypeLibrary feature, or by viewing the vbFileManagerInclude.asp file contained in the .\Samples\FileManagerSamplesdirectory. |