CLR 4.0 tip (Strong Name)
CLR 4.0 tip (Strong Name)
CLR 4.0 come with some changes of the security API.
one useful new API is a new way of getting evidence without iteration loop.
and this is how it look:
Code Snippet
- StrongName sn = typeof(Program).Assembly.Evidence.GetHostEvidence<StrongName>();