Living .NET...

Musings on .NET, and the like - Manoj G [MVP, Connected Systems Developer]

Tip: StrongNameIdentityPermission

Many a times in your application, you would want to have a security scheme which would ensure that your code is not referenced and misused by other assemblies. For instance, there might be public types representing custom Identities and Principals which you wouldn’t want other applications to use, or some sensitive/proprietary logic, you name it. .NET BCL does provide a handy class StrongNameIdentityPermission which gives you a simple scheme for effecting the same.

You can refer to this walkthrough for more information on how this permission can be used. Also, check this blog entry and the related discussion for more insights.

 

Posted: Oct 20 2004, 03:04 PM by Manoj G | with 1 comment(s)
Filed under:

Comments

Roiy zysman said:

SNIP is not always the best way to protect your code.

Check out this article

blogs.msdn.com/.../196590.aspx

Thanks

Roiy

# September 30, 2007 2:14 AM
Leave a Comment

(required) 

(required) 

(optional)

(required)