L
Lloyd Dupont
FxCop advise me to assign some security to my library, with this warning:
http://www.gotdotnet.com/team/fxcop...e/AssembliesShouldDeclareMinimumSecurity.html
I should confess that I have little knowledge about this, never done it
before.
And I face the following conundrum:
On one hand my component won't use any system resource (no disk access, no
socket access, etc...)
On the other hand one of my DLL is a ManagedC++ wrapper around Uniscribe.
I cant escape either of ManagedC++ or C# Interop, which requires maximum
permission I believe. However what my library does and the function it
exposes are all harmless (No pointer exposed, only bound checked .NET array)
How to manage that?
http://www.gotdotnet.com/team/fxcop...e/AssembliesShouldDeclareMinimumSecurity.html
I should confess that I have little knowledge about this, never done it
before.
And I face the following conundrum:
On one hand my component won't use any system resource (no disk access, no
socket access, etc...)
On the other hand one of my DLL is a ManagedC++ wrapper around Uniscribe.
I cant escape either of ManagedC++ or C# Interop, which requires maximum
permission I believe. However what my library does and the function it
exposes are all harmless (No pointer exposed, only bound checked .NET array)
How to manage that?