disable/enable "Inherit from parent the permissions ...

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default disable/enable "Inherit from parent the permissions ...

    Hi,

    How to disable/enable "Inherit from parent the permissions entry that
    apply to child objects. include these with entries explicity defined here."
    from script or from vb.net.

    Thanks for help.

    Regards,
    Darko Bazulj
    Darko Bazulj Guest

  2. Similar Questions and Discussions

    1. enable/disable
      How can do disable and enable for radio box? it worked for all my text box but not for radio box ======= <script language="JavaScript"> function...
    2. Enable Parent Controls
      Hi all, I am using a datalist to generate controls based on the values arrive from DB. ...
    3. #25687 [Ver->Bgs]: "Segmentation fault" - trying to inherit >2 classes and to call parent constr.
      ID: 25687 Updated by: moriyoshi@php.net Reported By: kostyal at realeastnetworks dot com -Status: Verified...
    4. #25687 [Opn->Ver]: "Segmentation fault" - trying to inherit >2 classes and to call parent constr.
      ID: 25687 Updated by: sniper@php.net Reported By: kostyal at realeastnetworks dot com -Status: Open +Status: ...
    5. #25687 [NEW]: "Segmentation fault" - trying to inherit >2 classes and to call parent constr.
      From: kostyal at realeastnetworks dot com Operating system: Debian GNU/Linux 2.4.21-5-k7 PHP version: 4.3.3 PHP Bug Type: ...
  3. #2

    Default RE: disable/enable "Inherit from parent the permissions ...

    Hello Darko,

    Did you mean changing security setting for a folder on NTFS system? If so,
    a WMI class "Win32_SecurityDescriptor" can achieve this. You may refer to
    following articles:

    SetSecurityDescriptor Method of the Win32_LogicalFileSecuritySetting Class
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/[/url]
    setsecuritydescriptor_method_in_class_win32_logica lfilesecuritysetting.asp

    Win32_SecurityDescriptor
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/[/url]
    win32_securitydescriptor.asp

    Hope this help,

    Luke

    [MSFT] Guest

  4. #3

    Default Re: disable/enable "Inherit from parent the permissions ...

    Hi Luke,

    I will try.

    Thank You for help.

    Regards,
    Darko Bazulj
    Darko Bazulj Guest

  5. #4

    Default Re: disable/enable "Inherit from parent the permissions ...

    Thank you for update. If there is any question, please feel free to let me
    know.

    Luke

    [MSFT] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139