Current filter:
                                You should refresh the page.
                                2
                                You must  log in  or  register  to leave comments

                                1 Solution

                                1

                                See the attached archive.


                                To check object access permissions, use the following method:

                                	
                                [C#]
                                SecuritySystem.IsGranted(new ClientPermissionRequest(targetObjectType, memberName, objectHandle, SecurityOperations.Write));

                                where objectHandle can be obtained via the IObjectSpace.GetObjectHandle method. You can pass Null in memberName and objectHandle arguments to check a permission for the entire type or object instance.
                                We will update our documentation accordingly.

                                _Security_Demos_2012_11_19.zip
                                Show all comments
                                You must  log in  or  register  to leave comments
                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.