0
kicks
Tiny Tip: Improve Security with InternalsVisibleTo Attribute
What InternalsVisibleTo dos is that it ties your assembly to the valuable library using assembly public key so you can access it's internal types.
Learn how to do so...