G
Guest
Hi;
I have a library DLL and in my AssemblyInfo.cs I want the permissions to say
that the dll does not ever call the file dialogs. But I do NOT want to stop
other parts of any program that connect to my library from using the file
dialogs.
And my library will call delegates in the programs that use it and so those
other programs will be called from my dll.
So, is this the right way to specify it?
[assembly:FileDialogPermission(SecurityAction.RequestRefuse)]
I have a library DLL and in my AssemblyInfo.cs I want the permissions to say
that the dll does not ever call the file dialogs. But I do NOT want to stop
other parts of any program that connect to my library from using the file
dialogs.
And my library will call delegates in the programs that use it and so those
other programs will be called from my dll.
So, is this the right way to specify it?
[assembly:FileDialogPermission(SecurityAction.RequestRefuse)]